Loading Tool

Explorer IconExplorer

Memory Pool

80,853 transactions
31.00 vMB
0.07113084 BTC
Random Selection Loading Transactions
Max Size: 188.82/200 MB

Candidate Block

Mining Attempt a1d83db6cc62b45dd7b5d8c039f2d6b4d2123ff2b88fa51b8c878e5edca9a9e0
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 79062c16977d2492d7cd408e4c88cddf353f083ba33945c590cdcbf23f58aeff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,343
Size: 1.00 vMB
Total Fees: 0.00428840 BTC
Feerates: 60.16 > 0.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (112,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,442 802,442 00000000000000000000f7cff422046e1197b7052872587b2176ca37ad65bd68 944 1.00/1.00 vMB 17
802,441 802,441 0000000000000000000392941ede75877c9054debea50b7a83451bc6ac0b0538 3,405 1.00/1.00 vMB 27
802,440 802,440 000000000000000000039cbc4e2d01bec93b2fd3a15cb2d6eece8b93ddc826e3 2,839 1.00/1.00 vMB 28
802,439 802,439 00000000000000000002039629c3dfbedd44873158ce92e03060c32d832b6e68 2,566 1.00/1.00 vMB 41
802,438 802,438 00000000000000000000e97e2df0bc7ffcd2e88b3239482e8bb3dcfe8e452c2d 2,621 1.00/1.00 vMB 12
802,437 802,437 00000000000000000000de69f54efc441ba1173e239683f9396f17633d9ac0e3 5,017 1.00/1.00 vMB 6
802,436 802,436 0000000000000000000237234506f3c3dbf3ae91f7be31dda517203abee1a3d4 5,652 1.00/1.00 vMB 9
802,435 802,435 0000000000000000000168a4c0c70ae520aab0ad519de487a218bf133249557e 2,776 1.00/1.00 vMB 21
802,434 802,434 000000000000000000030e7ea7aa154b5b5b9a71f084933d70c464fc75e170d1 4,657 1.00/1.00 vMB 17
802,433 802,433 00000000000000000002698786a886a505d5cac58e28a32f8c99f37e47611216 2,436 1.00/1.00 vMB 8
802,432 802,432 0000000000000000000234f56c73adc17d46278c1442b5bfdce6012d3c93d243 3,424 1.00/1.00 vMB 19
802,431 802,431 0000000000000000000277f16d478873bb72e5d160412487a41b1d5d076c4857 1,415 1.00/1.00 vMB 11
802,430 802,430 000000000000000000049815e2e4ad16937d258190404968dba9764cb0232aef 1,799 1.00/1.00 vMB 14
802,429 802,429 00000000000000000004a50bfe562e2c5441aefe09edd1583c8ac5ae7f64f5e1 2,446 1.00/1.00 vMB 12
802,428 802,428 000000000000000000025a61ae4f3e08547ebb841fed690a794e60cd6a7e4d01 1,616 1.00/1.00 vMB 19
802,427 802,427 00000000000000000002ee32e5a771f2053f7e9b1d3902cf9c5a1444923f240e 2,733 1.00/1.00 vMB 25
802,426 802,426 00000000000000000001753cd88697c7ee3b308f252ae7ef367754a153f57d4d 3,117 1.00/1.00 vMB 35
802,425 802,425 00000000000000000000bdd2ec0c94a35d76c6de2ae29e02dd901ac58373f77d 2,497 1.00/1.00 vMB 25
802,424 802,424 00000000000000000004ac2cb68c3edc6e28526678f0fa920a29369ba71ef1f0 2,525 1.00/1.00 vMB 24
802,423 802,423 000000000000000000003eeb1fd003ef36e5c12e12884a1c2fc50f969ba4a5fc 1,609 1.00/1.00 vMB 12
802,422 802,422 00000000000000000003aca5fd88335eea6fefcab7ab0438debedc7fae757c0d 1,168 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.74 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: 707.89 GB
    • Received: 16.71 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.