Loading Tool

Explorer IconExplorer

Memory Pool

76,110 transactions
29.59 vMB
0.09326012 BTC
Random Selection Loading Transactions
Max Size: 178.74/200 MB

Candidate Block

Mining Attempt 29271cface696b6ceed8fe6b2da1f4c11cb0d8658b3f9fed0b92664ec790a8ba
Version 20000000
Previous Block 00000000000000000000e985b7b1cc1a76854a465d8850041916727dd53fce69
Merkle Root 407c89bc150680e8b6c8ad3e62db4849ccb38928ce8f0e6591a70551d7c8c6b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.02707740 BTC
Feerates: 251.14 > 2.71 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,437 (820,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,434 95,434 000000000001ba91891d2fb08e38e3d4b13eb63d818cf1f654ce02e4197e338e 1 0.00/1.00 vMB 0
95,433 95,433 000000000001242cf534d979c01adc6b0cbb245db411968cddf6d3c515e7ca8a 4 0.00/1.00 vMB 0
95,432 95,432 00000000000104b297636a5f7d9be89657651dbbb683561ca74ddf1f5d742a40 3 0.00/1.00 vMB 0
95,431 95,431 0000000000042940cf2842b05a70322c0adf183d32aa30e29889d4f5e3e01455 1 0.00/1.00 vMB 0
95,430 95,430 0000000000016e4f700be004b6cf452334c22a2b4b177df86cfbab6567b775fd 1 0.00/1.00 vMB 0
95,429 95,429 000000000002c700c292e19ed119f63616cc119b6f768968dd1187da5f431bd9 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.15 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: 745.57 GB
    • Received: 18.72 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.