Memory Pool Memory Pool Refreshing

7,481 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (769,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,088 138,088 00000000000002866f607b8e4360342c416e81053df3bb61fd7b3f881e8010d8 0.01 MB 29 319
138,087 138,087 00000000000001cba8fa8d2092cfcccd72433f12e6f9c581f9b01a47dbe343ae 0.05 MB 178 22
138,086 138,086 000000000000065f0b0969adb89ae191065cbc384358273fbfb84378c27b3db8 0.05 MB 114 127
138,085 138,085 0000000000000241d5d965b3246610b234cf0a25fdbe9edea465d05fa917d5fd 0.05 MB 76 113
138,084 138,084 0000000000000405f05f004462aaba1c031f399941b2807e69a21e14ca7fde6b 0.05 MB 156 132
138,083 138,083 000000000000091fa49a8ca713e8a4d8b536d12f96d408ec6c375a1e22c6c129 0.00 MB 6 1,120
138,082 138,082 00000000000001267e543ef84ea706dc8681da4e76697e645f9033ae272541a1 0.01 MB 9 176
138,081 138,081 000000000000045a89c2a8ce5dca3966d3fb0282ba8284e9d0e4a0076280d546 0.05 MB 112 80
138,080 138,080 000000000000061d1f0537155769688cddf6ea9b8934af2ea9f5e8787134dc1d 0.01 MB 19 202
138,079 138,079 00000000000006408cdd44c9a2471bed1599569ffbda6d5374f38dec934260bf 0.02 MB 39 287
138,078 138,078 0000000000000633603d310ca301c56cc237f71a826512ab4d29eee6e8f293f1 0.05 MB 108 245
138,077 138,077 00000000000007699c141ec5f94b5629255dcc4f4a9f4a852b54bf8131dcae0c 0.01 MB 21 165
138,076 138,076 00000000000003563c6333ccd3e4ae610e07db742cb165f6209f87c07134a35a 0.02 MB 27 129
138,075 138,075 00000000000001af2e932f0dc4af2a2ed27ba9d4e676d4b6e69d57ffbd8412c9 0.00 MB 6 930
138,074 138,074 0000000000000444c33dbc76604015022bc3be7ede8adde1b0abdb813cad7740 0.00 MB 12 40
138,073 138,073 000000000000066bfcfd32c9a8d15edd88c937b8f74dad059c8486798cfae5a0 0.04 MB 58 161
138,072 138,072 00000000000007dbac269fb4b8803592f17e18f296d9a3a13000c5bcee489c9e 0.01 MB 19 619
138,071 138,071 0000000000000413f07fbd6b3f12cf9baa23d4990897034048ac63041d232340 0.00 MB 5 26
138,070 138,070 00000000000002faf3b756c7bcbb0df3a700a50dabd65bd3b93e8619ea63490c 0.00 MB 11 71
138,069 138,069 00000000000006b97b2b9bfc6cbcb8c278557f46d2c8da4751141d76b75977b9 0.03 MB 92 63
138,068 138,068 00000000000006b51241e903fa5897ecbe4be3a6dc5059a3b696238136d2818c 0.03 MB 47 211
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.