Memory Pool Memory Pool Refreshing

5,546 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,613 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (685,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,723 221,723 00000000000003e6955929708c37668db6ca05d39baf16f0895a9c9de6f466cf 0.25 MB 587 215
221,722 221,722 000000000000050501d1124c789e1943ac363f89c747179a3b1ec1cc578c88ff 0.03 MB 71 199
221,721 221,721 00000000000004eeede3d6e02f24698cc4a559f979fe6ae12d564a048a94a518 0.03 MB 43 100
221,720 221,720 00000000000001ef6e0d7b96e1a2f390275059a60e94980f59c6841c92b7fae0 0.07 MB 165 207
221,719 221,719 00000000000000e21c4b158a2fb0cecf818b9b3621372ad33a467c2d98f0a621 0.05 MB 75 122
221,718 221,718 00000000000001f2bdc845572d84ecbd0ea901043672148df3b5160de07e07f8 0.03 MB 73 36
221,717 221,717 00000000000002740e7a0c84baaabf7fc13bf9dc7d7b4199b2dd340c521628f1 0.18 MB 330 167
221,716 221,716 000000000000015861a70bc7891453eeb60cca73b999bace0bcbced5feb16fbb 0.02 MB 52 160
221,715 221,715 00000000000003251b04d0a7c2b38bbdb842a3423acfb157972bf963414217c2 0.01 MB 32 123
221,714 221,714 000000000000036db39de157ff669fe0a167310fbf00304b65336ab4f2771946 0.12 MB 145 443
221,713 221,713 00000000000000ced46251f9b5f648db6e21851542c73cb8c5bd2891d2ef07fe 0.04 MB 63 123
221,712 221,712 000000000000024c593eb7704fd5fa09610788875bcbe6bd69b7357f13e43434 0.03 MB 71 89
221,711 221,711 0000000000000022944080e817b3646aab4fa86afa0a5f61436697880ad6c47f 0.03 MB 81 43
221,710 221,710 00000000000000c6816d25c6a6ab0acdb5deba5408fc69f3d0542e5bab9ccaf2 0.22 MB 468 154
221,709 221,709 00000000000003ad0b223cffde13ea339fdc8a444141078d0303f0f4151c8b71 0.16 MB 238 134
221,708 221,708 0000000000000092256529a6f71b976e663a961ecaae28f566d6097250b1dc01 0.25 MB 215 88
221,707 221,707 000000000000014b24fcea4007a1ceda925d48fd175ac855f4bdaef40a65cd11 0.25 MB 518 187
221,706 221,706 00000000000003b5fbdb0c358df53698c81db7653a6776e41c6b9a6adb53bb9e 0.03 MB 58 130
221,705 221,705 0000000000000134f2c4d474e88c0956f59d685a45c9ce1b4645f42754c57d74 0.16 MB 376 453
221,704 221,704 000000000000010e0d548d97630ea03671372c1f0363201edb1118ee3a02c7e8 0.19 MB 282 69
221,703 221,703 00000000000004d7615d0fc0aead7434dbab993fe76863146e4ffd5449f8c515 0.21 MB 488 244
Previous 10 blocks ↓
Total Size: 769.00 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.62 GB sent, 92.78 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.