Loading Tool

Explorer IconExplorer

Memory Pool

78,531 transactions
33.52 vMB
0.14849502 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt ef973d049c9ee0787a1975e2bf4903a78e90e7a833d66cb3749f6c3b7b2a59cb
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root 64e7f8034a5d38056c1f957a5806854e9f5427912e79abb3f0df1aecdfe3eff5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.03826259 BTC
Feerates: 150.61 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (819,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,428 95,428 000000000005c14a5bf79ae5dca7b30fc4ccbf10afb71a8f81984f5e8af9cb4e 1 0.00/1.00 vMB 0
95,427 95,427 00000000000069c0cd2c3ed74f04cdc43f00870f583d0d670e8d0c9f278ff481 1 0.00/1.00 vMB 0
95,426 95,426 0000000000025422b2dc56aeed92cc2f14898359293a54565b2e1fda259b52ba 1 0.00/1.00 vMB 0
95,425 95,425 000000000001281b196b949e72487a3b46bced5e5ba5d92061165db36c7a1b16 2 0.00/1.00 vMB 0
95,424 95,424 0000000000071a7d9f4b12d419c88ba1e1c0aa408ead277ecd9480d243f7ae74 1 0.00/1.00 vMB 0
95,423 95,423 0000000000040a6be36f9ac62db6f1226cd0219aec7f89d8ecc690b42b584c93 3 0.00/1.00 vMB 0
95,422 95,422 000000000006674fec8e3458681442bfa0085b13cd5587d61a37bcba8d82424e 1 0.00/1.00 vMB 0
95,421 95,421 0000000000001d98417f7f66ce9cbce7fa9fe6b55a6ba820c633a1cae52a8a91 2 0.00/1.00 vMB 0
95,420 95,420 00000000000233334b157d901714baf59e5b9236227b2878844e52244da4195e 1 0.00/1.00 vMB 0
95,419 95,419 000000000001187cd0707c86431a00f9edf78c4c41de3b986a604e71a3e82da0 4 0.00/1.00 vMB 0
95,418 95,418 00000000000447c72d2f88847ccd8291cb25fc55366f9d4e923ae2dd420b362c 2 0.00/1.00 vMB 0
95,417 95,417 000000000003ce0a27c4c9b9e6326805d3eb07fb1e8700a44dfebf93e45492da 1 0.00/1.00 vMB 0
95,416 95,416 00000000000071085558b9040ff4d562b7c1909802a4ed574946cf749bc13b0b 2 0.00/1.00 vMB 0
95,415 95,415 000000000004515c40d5e005f34bb25abfdf0b93823768e4a5b4492af515534f 1 0.00/1.00 vMB 0
95,414 95,414 0000000000061d693a33eda5b410918ca9ef17c951913e2fcfeb7dae47e93f3e 1 0.00/1.00 vMB 0
95,413 95,413 00000000000489a48486e5a3be3138e08166a007df5c3e54c3d46725422e9602 2 0.00/1.00 vMB 0
95,412 95,412 0000000000062fb4d8ba3511f8b89cc34ebce6ca08cf5c78c2fbea5912d081de 2 0.00/1.00 vMB 0
95,411 95,411 000000000005970b0f1f42e8d61c1352d570b32474daa60f2405a1504cf63df5 4 0.00/1.00 vMB 0
95,410 95,410 000000000000d176992931d30807b1ca85dbb6429517c59403f27dd3ee94b326 1 0.00/1.00 vMB 0
95,409 95,409 0000000000019d8e165e34d34c3b0f9df789b1d74ee1fbc7830b51a6b217c004 1 0.00/1.00 vMB 0
95,408 95,408 000000000003515f4fbeba9ea02e359ff268f90b92326432753ca4a6aa2d1080 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.12 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: 738.02 GB
    • Received: 18.60 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.