Memory Pool Memory Pool Refreshing

5,050 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,640 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (162,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,347 745,347 0000000000000000000194109a7d6a4bae69b318794feba6be22897da734484e 1.42 MB 2,092 20
745,346 745,346 0000000000000000000780043b4f7b3e3ddad5984db0784a0c8ee6de6eeb7f94 1.40 MB 2,670 27
745,345 745,345 00000000000000000009916937b655064c313816bdae84edaeabf3d02591a5b6 0.75 MB 1,319 13
745,344 745,344 000000000000000000015863410304f276a222bd69d0ed84d348895e8eb74d67 1.46 MB 3,064 20
745,343 745,343 0000000000000000000802a030ccc01f3fbe287317c23daafa0eb8853211e38b 0.34 MB 455 13
745,342 745,342 00000000000000000008c83af57d56b21f738e36868ac8498d8e25d0da432365 1.21 MB 1,620 13
745,341 745,341 00000000000000000006a79c62377f16a5d05c763fad2dbe9c2d4ef71e988eb3 0.31 MB 543 15
745,340 745,340 0000000000000000000794dd64d04f8350dbaea41450f17a9324cb0f29de5889 0.46 MB 667 17
745,339 745,339 00000000000000000000f814be9f399c332495d58fcc80a19595e9193c01a125 0.40 MB 737 16
745,338 745,338 00000000000000000005c14e35e84dac64eccd9ee610494abb5d4fb3bb297b61 1.13 MB 1,428 13
745,337 745,337 0000000000000000000128ea366c7ee5881289f245f204d58f43abeb704da66c 1.53 MB 3,045 18
745,336 745,336 000000000000000000070a4ee2591d684ea0ecafcf0faa2810412cffa67c4386 0.62 MB 727 16
745,335 745,335 00000000000000000002a32b3803f477931141f005f7b43de14acd5a6516b80e 1.59 MB 2,430 10
745,334 745,334 000000000000000000071e47f4290bea210709e955c5c050111bafbc0b4af993 1.46 MB 2,899 25
745,333 745,333 00000000000000000003ddbbdc6820d370e59c41e6a7816be6de9723d414a17d 0.74 MB 1,282 18
745,332 745,332 000000000000000000099dd7fda6fd5e032117e9524be3a42f685836b0b750ff 1.29 MB 760 12
745,331 745,331 0000000000000000000936fc99f1dd5c1617bceabb626ecd64a4ca16e4404122 1.50 MB 1,858 19
745,330 745,330 0000000000000000000838dee6f8da1f120fd3a90fecea24e603dc4be20e0dc0 0.52 MB 832 15
745,329 745,329 000000000000000000018c220bbca64e8a6ca03c5fcfd72dd0225405f86a319d 0.21 MB 325 34
745,328 745,328 000000000000000000037c9fb060c2598656b43b0042f7b80720c8b2932b740c 0.02 MB 33 23
745,327 745,327 0000000000000000000737665723b2cee47b6953732547cdd64c1288b991760a 1.05 MB 1,705 17
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.