Loading Tool

Explorer IconExplorer

Memory Pool

81,563 transactions
31.86 vMB
0.07951900 BTC
Random Selection Loading Transactions
Max Size: 192.10/200 MB

Candidate Block

Mining Attempt 7f95ca76cd811bab5b3d0fbd27dac7cc5e18305c32d32f12da31a65d9bee24c2
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 6f1b203d5f4204888803e9957e3b8aca2b05ce597f9f0b7918b262e96bdedcbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,777
Size: 1.00 vMB
Total Fees: 0.00980973 BTC
Feerates: 20.11 > 0.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (112,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,445 802,445 00000000000000000000e2d433f02abdaf25e9f8376684050fafeb8bb4b50f49 2,255 1.00/1.00 vMB 15
802,444 802,444 000000000000000000016e4cd45704737068952654e5d49626e51eec076c9438 2,421 1.00/1.00 vMB 11
802,443 802,443 000000000000000000009ef18d94037bb8569aedb2536a11233dea7fa1059e35 2,988 1.00/1.00 vMB 26
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
Previous 10 blocks ↓
Total Size: 782.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 697.33 GB
    • Received: 16.56 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.