Loading Tool

Explorer IconExplorer

Memory Pool

83,014 transactions
30.45 vMB
0.14965362 BTC
Random Selection Loading Transactions
Max Size: 184.41/200 MB

Candidate Block

Mining Attempt ca44ef9c3ce6511242065521ae3b5e742fb461d1dd298d3f1cb43898e4f7c2d1
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 51d9f2423fb5c0429cc53c7b9b83ff67473787aa91826e3243a1733a323212a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.06758048 BTC
Feerates: 150.61 > 6.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (429,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,565 485,565 000000000000000000416a03e23f1f58b6775130f2c0844f4d99bfdfbd2539f0 1,845 0.99/1.00 vMB 124
485,564 485,564 00000000000000000021dd0de04e79209048f3093d731e04d0310c6d2392757f 1,660 1.00/1.00 vMB 157
485,563 485,563 0000000000000000012bdd07866df758179e7dbec7f44978407489f77383dfb5 1,690 1.00/1.00 vMB 154
485,562 485,562 000000000000000000823ad6cd202aa4ba15d2c7d253f6b62f5d66cd84acec93 1,654 0.99/1.00 vMB 170
485,561 485,561 0000000000000000008ca909133b5f3992adb10eaf5d3589838721e20898a550 846 0.39/1.00 vMB 81
485,560 485,560 000000000000000000e13ca5b963171b100d83722bda678b1fb831008e1027a2 911 0.38/1.00 vMB 113
485,559 485,559 00000000000000000054528d7979436b793ce99c375e2078c4a410a59b3b9f2e 1,172 0.56/1.00 vMB 83
485,558 485,558 000000000000000000dc315a4c564d44a93fbc6d6ce67fdad627a6a8a7d48ac2 1,485 0.81/1.00 vMB 103
485,557 485,557 000000000000000000ea1d4a5ac28b236cc5803e6e4b5b40c91a4e7b74f5427c 83 0.06/1.00 vMB 50
485,556 485,556 00000000000000000092d0e4777f8a73c7528be3b43b4100bc3da63a6b8bb085 1,140 0.57/1.00 vMB 54
485,555 485,555 0000000000000000006389549dbdb260606f8ab154b29e80de492726bed9c630 1,740 1.00/1.00 vMB 61
485,554 485,554 0000000000000000001ae1e66ed842250708a7f6994db3a84bcb67f82f1d152f 1,948 0.99/1.00 vMB 163
485,553 485,553 0000000000000000008e0238b5f1d76499792e42dfb159aa7289aca60e8ee33f 1,548 0.80/1.00 vMB 46
485,552 485,552 0000000000000000007154c1830ad81fccc892705967a39059690f94b281f6e8 1,373 0.99/1.00 vMB 148
485,551 485,551 00000000000000000001abb90bfdfb6e25a93bb1b6ee63d53362dfb0d6f98240 2,334 0.94/1.00 vMB 58
485,550 485,550 000000000000000000f5e0047444f040ff789a8f61fc35cef81984d89675cde7 1,502 1.00/1.00 vMB 44
485,549 485,549 000000000000000000f4fd2b0281c067decc23d0ee06cfff173dab4b8d2e7e6b 2,027 1.00/1.00 vMB 165
485,548 485,548 0000000000000000006cc1a446bb0a9dcb6176642a87296e24bd5ea051c50fef 1,100 0.74/1.00 vMB 91
485,547 485,547 0000000000000000006cb143df2d714bc98397eaed3858fa0bce96ea0f27866f 2,100 0.98/1.00 vMB 94
485,546 485,546 000000000000000000c6db5773c9394bdd3bc8c03a682167db6996fb02d88e88 2,318 1.00/1.00 vMB 176
485,545 485,545 000000000000000000f650bbf8ba8853e9578e6afb8207e72f54ea91ee3e4f8c 718 0.55/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.