Memory Pool Memory Pool Refreshing

2,550 transactions
14.51 vMB
Show Random Selection Loading Transactions
Max Size: 59/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (807,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,207 101,207 000000000000bde0c0d5db30d677330f14c6449126f11ce517b479376ba9e84c 0.00 MB 11 0
101,206 101,206 0000000000004960dfacb0218a76d83f9e7becd53c5247830248e9d262901a0f 0.00 MB 12 0
101,205 101,205 000000000002664a381572ee6a20899f0fd0ff8f03b5e8db9ae545d4c2f0684c 0.00 MB 11 0
101,204 101,204 000000000001947124d28612fb354f77d9d73bea4240dcb516c2619743a65d9e 0.00 MB 4 0
101,203 101,203 0000000000015d83dd058f4a1b41fc4051d889d4208dad4e7c5df0cd97e1d98c 0.00 MB 13 0
101,202 101,202 00000000000360725c04a298eeb55aca23191b92aa912872d27459d33a7e44a2 0.00 MB 3 0
101,201 101,201 000000000000f513567303e43c016e1241be5914818ab74d25c50bb688c1d8fc 0.00 MB 2 0
101,200 101,200 000000000003526c848a56b2fbc252f18bda18edf1c05dc4e75351b173874b61 0.00 MB 3 0
101,199 101,199 0000000000038e020823140abedbcc49ecc639c48fd8723143eb8734cbbc19b0 0.00 MB 5 0
101,198 101,198 0000000000012b26b06892e7802f79c24be917cbde60bbe724ecbfd73adc9cb6 0.00 MB 9 484
101,197 101,197 00000000000370c1f7c4780184ea64cfcce4ac62db794cb8d69a3b72956d1bdc 0.00 MB 12 0
101,196 101,196 0000000000030baaf810275d062ffa9e89594ce7197bf72eff75836e911bf0a9 0.00 MB 10 0
101,195 101,195 000000000001f1bd5aec600d9c2f109b78c282b79cf75612af173de2752bf7b9 0.01 MB 2 0
101,194 101,194 00000000000368541c4ab40570a06323870567a48857552f337e4b67545d624f 0.00 MB 1 0
101,193 101,193 0000000000015dc1ab9bdea82e247753bde42baf289db26696a7c03f7a1d58aa 0.00 MB 2 0
101,192 101,192 00000000000046a7302052e9afef5799168fe2154f4e3c2ec904821ed9e0c2b0 0.00 MB 2 0
101,191 101,191 0000000000030337b7adcede9c7da122335fa04e64a925187281f495f5e3fb4c 0.00 MB 7 0
101,190 101,190 0000000000022f523e868f579762370aa2f6f83dbd60231d870c89ca4536f108 0.00 MB 6 0
101,189 101,189 000000000003cf0e0c955b466fc0f8d72bc0476ab51e80559dbe2ef7957de03d 0.00 MB 3 0
101,188 101,188 000000000003cb8cc7424bf45509f56823b1f69e51f8b01869d8577d402f3ea9 0.00 MB 1 0
101,187 101,187 000000000000729dcab89ad5dcb4582d04e279007d04adff4e2d26a2d0f9b832 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.29 GB sent, 98.48 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.