Memory Pool Memory Pool Refreshing

7,046 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (18,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,345 889,345 0000000000000000000220911de383004fa1f010a09d4245c3c46e05c3f067e0 1.66 MB 3,373 2
889,344 889,344 00000000000000000001e184de251d9054c159857651c4890e2517bef67cd6f0 1.38 MB 2,225 3
889,343 889,343 000000000000000000005949066c55e5644a283eb14869c18f8644e54cb41823 1.63 MB 3,522 4
889,342 889,342 00000000000000000002605aba97881e567d53965fcb7fd90a1fc7b5596540d4 1.52 MB 2,947 2
889,341 889,341 0000000000000000000235686d1c500926c62032339bb345725901dc1e65323e 1.39 MB 1,419 11
889,340 889,340 000000000000000000019cc865339e21ca2c52400d56b9c4e25f1c670a30ccd3 1.71 MB 4,183 3
889,339 889,339 000000000000000000004203dc008c53d775a1a93cf1a7e8d2979e522385b303 1.66 MB 3,269 4
889,338 889,338 000000000000000000022f4b20a818d89f59a8bf51bbd1ac6858cfac349d78a7 1.71 MB 3,708 23
889,337 889,337 00000000000000000001ce80a054b47e3dcaa58ff6d11a9f8ee2565bfbe0f3fd 1.22 MB 1,089 2
889,336 889,336 00000000000000000001374e28ab14a6c0c1b56c11215f357c0d13b756b9cf40 1.21 MB 882 2
889,335 889,335 0000000000000000000025afe7855aed8837cf838d57b6c5c0bd4d3ad8e67f21 1.66 MB 3,302 4
889,334 889,334 00000000000000000000e9ea5aba9affb6c3c4a6cffbe4e4ec3c241b1639c9e8 1.79 MB 2,917 2
889,333 889,333 000000000000000000021ba28b6f26d7a8fd40f10fed690a8c211d1289f536dc 1.76 MB 2,934 5
889,332 889,332 00000000000000000002643eb79dbf864482228f3139c949d73b0bbc2de56a8d 1.25 MB 1,570 3
889,331 889,331 00000000000000000001305f11a21058ebc055a2e40f8a82afb88b0e5f4a7456 1.43 MB 2,841 6
889,330 889,330 000000000000000000004ab5aafce70aff2298256989c0a18490ca60c1371c15 1.08 MB 564 4
889,329 889,329 00000000000000000000f32e033bafe547387f79d50b229dadd26a14b1b7b6c1 1.26 MB 1,735 5
889,328 889,328 00000000000000000001fff768233966a1abd0169be2dc9c806d329ec1c61421 1.78 MB 4,693 1
889,327 889,327 000000000000000000024cd8909d2ab9ec843734afa5eb021f12e1eecca6706b 1.57 MB 3,144 3
889,326 889,326 000000000000000000008e9183e409b2b1a484c420a44f1f439af71a61491276 1.68 MB 3,631 3
889,325 889,325 000000000000000000006607dfcd18e4881d7be87851203a57068275f0f8f35e 1.80 MB 5,071 2
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.