Memory Pool Memory Pool Refreshing

11,350 transactions
12.58 vMB
Show Random Selection Loading Transactions
Max Size: 66/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
887,204 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 3,960 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,203 (215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,988 886,988 00000000000000000001f7e34754f07246975a1962a4b64a7802574c90757a04 1.46 MB 980 1
886,987 886,987 00000000000000000002249116cbfeea8a11120c191ef48ff669a3dbc247baa4 1.63 MB 4,113 3
886,986 886,986 00000000000000000001696b4a86c5840a04384fa60754472cb4abf9611fb1a1 2.15 MB 463 1
886,985 886,985 00000000000000000000c96240f25f4c39e0c10e637bd04183576303073ff7e7 1.77 MB 1,525 1
886,984 886,984 000000000000000000003c7e84a6fb2133e7d8bce55b5292b7bbd21940749b3e 2.05 MB 512 1
886,983 886,983 000000000000000000021fbbae68bd79c37191ccc4ad06fb99ccf12656147bfb 1.55 MB 1,462 2
886,982 886,982 000000000000000000017b210e00b3b5d745dc6914edb2c95980a524d6b347a5 1.54 MB 1,410 1
886,981 886,981 00000000000000000000a31a638501135bc3b186f1ef5130cfff3004b8a68feb 1.62 MB 2,701 3
886,980 886,980 00000000000000000000f6a407d0419f3584e06da8b281d1aa51e6c4c2ccfe45 1.96 MB 1,437 2
886,979 886,979 000000000000000000024d8f51e74f9e1cccb4d0a0ee35ddfebcf284a8de6e89 1.59 MB 2,253 2
886,978 886,978 000000000000000000012f9b1b462b6dede7b2f8f23adfd40d71c4188033c45c 2.13 MB 775 1
886,977 886,977 0000000000000000000281962873cb9b8a279340c2e08e63d06454e668ea81d2 1.55 MB 2,162 2
886,976 886,976 000000000000000000008ab6af01a6cc511898dc4aa62fa83c3e6dc969d411ef 1.50 MB 2,036 2
886,975 886,975 0000000000000000000014b29b2bc72bab01a35f56929a445c185d1434a891c9 2.15 MB 45 1
886,974 886,974 00000000000000000001d257e6f752a2f4d8a6548744d65ea156bcabbda4c6de 1.62 MB 2,192 2
886,973 886,973 00000000000000000000fd75375e7cc387c696dc8ed74a7756564b918917a0af 1.68 MB 1,778 2
886,972 886,972 000000000000000000018e54bce83a09e98666c72d11e2b9ad4227ee6c24c0c8 1.90 MB 1,261 1
886,971 886,971 000000000000000000019ad0d540ddad204f9be7cceb11913b2f8b215687c7de 2.02 MB 1,286 1
886,970 886,970 00000000000000000000f72542d6ba95ec1ba16f3c13d9e0900c1654d8d639dd 1.92 MB 908 1
886,969 886,969 00000000000000000001ea822d6571211d763c8094636f13ff98854be626fec0 1.97 MB 686 1
886,968 886,968 000000000000000000023dab3fd4e5a683cee6277a843fcfeb2f74eb9018bcad 2.12 MB 110 1
Previous 10 blocks ↓
Total Size: 732.75 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: 2,817.93 GB sent, 124.75 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.