Memory Pool Memory Pool Refreshing

4,113 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,140 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (525,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
382,469 382,469 00000000000000000db56a06ebe2bc4854030362027da0fcfb9a258e12f9ba52 0.05 MB 112 43
382,468 382,468 000000000000000006927bd2e2fbf13d5735a526c99404c0304f6845a6033705 0.02 MB 69 49
382,467 382,467 00000000000000000eb3ef55e295798e4f0f21621e379813ea71d74e857c06e6 0.39 MB 878 37
382,466 382,466 00000000000000000eff62d6ac592e3ade09f28a70758e710df06503f6322f22 0.19 MB 238 44
382,465 382,465 00000000000000000a2862b94b8c3d50227957a650a6f80e715ccf41fb10e020 0.95 MB 1,179 17
382,464 382,464 00000000000000000a81ebe685557ea0bfa01b7e425012cb4d1541fa3d6e4558 0.75 MB 2,264 51
382,463 382,463 00000000000000000a68986673feab7b6b07147df76dcc6f30f505d2849aa877 0.05 MB 64 58
382,462 382,462 00000000000000000238555eb2daf683e22f8dc1730900081d0b80ddd8367c25 0.46 MB 844 31
382,461 382,461 000000000000000000fa4527dbbb991780a35d41e4c6dd894a09e9e1e54cb1ff 0.18 MB 356 26
382,460 382,460 000000000000000000f650594fa3f42d7abf7ca01e351111ff188f73de17e0fc 0.00 MB 1 0
382,459 382,459 000000000000000009bce754ae7273facb9375979be94bd8f24c4b076ec15de2 0.92 MB 1,643 30
382,458 382,458 000000000000000008107e9ae2c4c0085298d9c7553bf8b0297da004b77cab1e 0.24 MB 343 20
382,457 382,457 000000000000000007dd58cbe417307b0a64b7747f0ff3abca8740dc4d9aa2f1 0.76 MB 1,029 22
382,456 382,456 00000000000000000e4b183a44e6fc1aceb142ce8eda3cda71e9b36b5c16a09a 0.41 MB 753 34
382,455 382,455 0000000000000000082ac7db995ea28840848fa97658dc3c23dccec810bcda27 0.45 MB 792 29
382,454 382,454 0000000000000000005e4051f988f84efc2334f033bd3d2071c7af336fa4f65e 0.29 MB 439 21
382,453 382,453 00000000000000000a3acbef6eaa006b653bebccd2cff7228e499832739aea07 0.32 MB 555 26
382,452 382,452 00000000000000000b70f54e4ab11e7b540c20b4a6246bbe137de9ee2febda7a 0.65 MB 1,335 35
382,451 382,451 000000000000000008ed888c91f81c8d802fd881312b33a31f2b936d3c62d88a 1.00 MB 1,998 36
382,450 382,450 000000000000000009251dcfdf4c837e0ace4becb72fa834c2337793d5ef1481 0.10 MB 53 7
382,449 382,449 000000000000000001c938a3f676006057ba552974d052ce3e4fba15e8d3934c 0.29 MB 524 30
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.