Memory Pool Memory Pool Refreshing

53,795 transactions
32.19 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,304 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 7,184 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,303 (123,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
740,127 740,127 00000000000000000005f94df9093e7c93e473fd6dadbc9cc30e03292632e76a 1.50 MB 1,724 2
740,126 740,126 0000000000000000000509abcb61a6cf2fb751588e9468ef089df5603e2d3f80 1.18 MB 1,303 9
740,125 740,125 00000000000000000007ddf3be167436bc05f903601cf988fe06d8e81b24e548 1.26 MB 1,549 15
740,124 740,124 00000000000000000005c45ce7ad98ed0f65aa292cbab02dd468f60047346ccc 0.32 MB 524 10
740,123 740,123 00000000000000000003b359cc89ca7f8c53ef56e8bd30bed5c7c852f2624879 0.78 MB 1,292 8
740,122 740,122 0000000000000000000308653a16f11efb206289405152868e8f6ee53fa9b643 1.25 MB 1,599 7
740,121 740,121 00000000000000000005714d47be6af8fc2ef62fa5a4a3763e4113a940c72421 0.20 MB 93 2
740,120 740,120 00000000000000000005d539c59db1b667eb1e6e3d81ffa9f1b160a9f6a104b6 0.53 MB 1,038 10
740,119 740,119 00000000000000000008f4cbc2c360ab72fcfcab65f5ad584b5e05acb6c3a66a 1.32 MB 850 5
740,118 740,118 000000000000000000041a66ffaedccab0140c0b1973e3476bc65813dd0120c0 1.53 MB 2,850 8
740,117 740,117 000000000000000000018f57384fd1c084b19b8e548224a17f8fff523e2436ed 1.72 MB 1,978 3
740,116 740,116 000000000000000000028701b16478c0145b8cd88318950a0921fd055f57ad7d 1.41 MB 1,983 8
740,115 740,115 0000000000000000000122055a663dff2d4bf5ba0889dfb6c1076987826c17c8 1.29 MB 2,224 15
740,114 740,114 00000000000000000003f0e22ae2ca0e14b59995869a04e2b5c0c94d189c08ff 0.49 MB 762 8
740,113 740,113 00000000000000000000bde256948d5a910509c080208dd48540f90c04d7d3c9 0.19 MB 416 9
740,112 740,112 000000000000000000044040922439d42470d3a256c5d67441895358d62aceaa 1.18 MB 1,162 4
740,111 740,111 00000000000000000004aec8cedd266efbaa9f9d3b30d56cb73123f0f1b4d751 1.67 MB 2,045 6
740,110 740,110 000000000000000000031a069df6f4bf437960448e417bcff82d6c57c270eef9 1.60 MB 2,537 10
740,109 740,109 000000000000000000090673a790231b538724a23bd7f18c30499fa5b7e084a0 1.71 MB 1,767 4
740,108 740,108 00000000000000000003e1b677b58880837d63d3ed5e99457976a67b58c4f2ca 1.72 MB 1,608 3
740,107 740,107 000000000000000000086d377a43c5c2aeaa178e63dca6f0ebdb4b15519a4888 1.60 MB 2,035 3
Previous 10 blocks ↓
Total Size: 686.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,486.73 GB sent, 116.45 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.