Loading Tool

Explorer IconExplorer

Memory Pool

86,961 transactions
31.60 vMB
0.21524282 BTC
Random Selection Loading Transactions
Max Size: 191.78/200 MB

Candidate Block

Mining Attempt e9f1a9e8fe4055b9b71b2930670ae1a3c15eca27843d54f1328f81edb1430ceb
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 2551bc3417f964330892ff427ac3cf99e0476221ca5f67523e0b889e76e6dde7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,615
Size: 1.00 vMB
Total Fees: 0.10836688 BTC
Feerates: 502.67 > 10.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (540,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,817 374,817 000000000000000002cfd205957e8f4b3ee7926cde60f88b53be14fd136ad32b 1,478 1.00/1.00 vMB 25
374,816 374,816 000000000000000001c78d191da7ee58408cd691960fead6fa35eb32585cc9a0 2,199 0.93/1.00 vMB 51
374,815 374,815 000000000000000008b4a4cec640bfe04ff17020129750a873bc327b863718fc 1,127 1.00/1.00 vMB 18
374,814 374,814 00000000000000000c750ef92c221a25df5badc69268b72e86b1d26ebfe16cd5 1,790 1.00/1.00 vMB 27
374,813 374,813 0000000000000000082c37ec19c87ecfbd9cf0334556b1fe7c6e054900cebf4a 550 0.38/1.00 vMB 23
374,812 374,812 000000000000000005bef5e075e5c264c2c155f22df035ff4b3ddf3e1b2849a6 879 0.48/1.00 vMB 39
374,811 374,811 0000000000000000063dd24007be1366c3ca3a94809aaf580763d6832bca3003 171 0.09/1.00 vMB 40
374,810 374,810 000000000000000002bda6351f1aa91e0ec0b6b24e80d38b00db0662f7bc7c98 1,472 1.00/1.00 vMB 21
374,809 374,809 000000000000000005f49e541de63bd64d141a2822dd33cfa6b2929805d93ed4 2,270 1.00/1.00 vMB 47
374,808 374,808 00000000000000000500ad78b02fab778aca19598485035e38e2fe89f1f0fdae 2,202 1.00/1.00 vMB 40
374,807 374,807 000000000000000009a7a77d93301a998a16f661ad313d3d85dd2e9f8fb8d46b 673 0.38/1.00 vMB 34
374,806 374,806 0000000000000000033496dd4c0440df80c62202388a25c164b5ca580f2a74af 1,944 1.00/1.00 vMB 33
374,805 374,805 000000000000000004dfda3930a7f5c26ad08ec65753acd4e5366828811729ea 2,562 0.95/1.00 vMB 57
374,804 374,804 000000000000000006e0a9f9630a0de77944cf6a5be8fdac7f4e3bfc51e35a7f 1,318 0.62/1.00 vMB 40
374,803 374,803 0000000000000000011e83060cc3bf6b558fe0c4a4df951fbe4b5eae953fefad 2,593 0.93/1.00 vMB 16
374,802 374,802 00000000000000001220ec6771832be3e3176d4327032db5e192cb0eff1749c2 1 0.00/1.00 vMB 0
374,801 374,801 000000000000000011bdb460191e63cbbb417b1b0e43319ea90794221e70915f 1,626 0.81/1.00 vMB 38
374,800 374,800 0000000000000000001762e453ccd8cf21f4168330d5274ab87ef210170fb48f 1,409 1.00/1.00 vMB 24
374,799 374,799 0000000000000000029fc6274a37e1f90a1e4e453c049787855e21e3bdbe14ed 767 0.92/1.00 vMB 10
374,798 374,798 000000000000000012619dacf0b3f6d8a0f4983d48e50d99d8e876242070b0a7 1,883 1.00/1.00 vMB 34
374,797 374,797 00000000000000000ab221eb09d2cb6e754c3d84cde4319399cd573957bce1b1 1,188 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.95 GB
    • Received: 16.08 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.