Memory Pool Memory Pool Refreshing

4,014 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (494,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,112 413,112 0000000000000000026b4680a104317e8eefa3b1854f517c36207431ae546d8d 0.99 MB 2,076 46
413,111 413,111 000000000000000004edee0b46bfeb7c366ffc0f94e2eb651d80fe3812df03e2 1.00 MB 2,387 39
413,110 413,110 00000000000000000050a5d293d9083f4e9f91fa78c17b72a55f4b1c7e53e8c8 1.00 MB 1,690 40
413,109 413,109 00000000000000000501eb5865d19b14de23cb239e2bd27f36a8febd24ab4a81 1.00 MB 2,506 76
413,108 413,108 0000000000000000027d8d2bbc4b237135a71873b1816fad3183a9417047cd18 1.00 MB 1,798 31
413,107 413,107 00000000000000000415c2f1bfc72f4d1fb6f6b13501d0a92dabbe55586d7624 1.00 MB 2,318 44
413,106 413,106 00000000000000000386d88961f6673295ea9a6fd2d0105491e2af1c90759657 1.00 MB 2,600 43
413,105 413,105 00000000000000000398bf5e8ea1d0230eedbd397d00c77dfd1b9b80091f2495 1.00 MB 2,125 85
413,104 413,104 0000000000000000018e5723093d13934e661a2c81314ea701c298e88e70bc4a 1.00 MB 2,514 77
413,103 413,103 000000000000000002a39a0d0e937de5b25791f91e514f61db7db3736f8f0145 0.37 MB 392 22
413,102 413,102 0000000000000000039f3e7ed39153048865ae9a55208b1b1900baac6381f250 1.00 MB 2,150 40
413,101 413,101 0000000000000000002bab599d834ff5806b6966606b739f70c397264a74eeeb 0.92 MB 2,008 43
413,100 413,100 000000000000000004f0b42e85d000834551e759674333d5fd5d68051d294fdc 1.00 MB 2,976 66
413,099 413,099 000000000000000001ee7fe644c685ec22f27ca0363c0a4aa0948ee4ea99c1cf 0.81 MB 1,755 46
413,098 413,098 0000000000000000050320953e9ac3e50cd7b2ab1e4abae88ff20bb1fcf81913 0.99 MB 501 13
413,097 413,097 000000000000000005332cc94642178dee9239eb9ecaaa6eea24ea03d2b9e751 0.98 MB 1,711 39
413,096 413,096 000000000000000002477a5bd008345dc5b760659c340c87addbebf87460625b 1.00 MB 1,708 38
413,095 413,095 00000000000000000435dc34869b6443c7b1903c212304b563422b1206c41d0a 1.00 MB 1,340 30
413,094 413,094 000000000000000002fde23547ba2f79607587b39229fd57211f5071967de91a 0.99 MB 664 15
413,093 413,093 000000000000000004b98970f1e2d759897fd095cd3a6da1c939e3427b7d5100 1.00 MB 1,903 34
413,092 413,092 0000000000000000037cfb3e544f7684742c345fd51131e5a2617053ae284ca5 1.00 MB 2,334 63
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.