Loading Tool

Explorer IconExplorer

Memory Pool

65,495 transactions
30.31 vMB
0.07637865 BTC
Random Selection Loading Transactions
Max Size: 171.38/200 MB

Candidate Block

Mining Attempt fd9dcf0f2f6bb8aa877b06ad793e3af4525540578f3e3a89f84a75549d8e90f1
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 71bc13af7ce05bdc1650537f302920177a9814b930e6ece87588180f6ca76153
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,213
Size: 1.00 vMB
Total Fees: 0.01733290 BTC
Feerates: 150.93 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (256,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,138 658,138 00000000000000000000aed0de74995a2e2cbe609cd5336eb42f2e0c75c6731b 2,568 1.00/1.00 vMB 30
658,137 658,137 00000000000000000002d01569e2eea9584cdf141b33e8487554b869f0ec8b4a 2,489 0.95/1.00 vMB 27
658,136 658,136 0000000000000000000327c97b4e78ed4b101b2ae53e14c4cd03829663ea1dd1 792 0.34/1.00 vMB 22
658,135 658,135 0000000000000000000c56e35c09f1bd1e105e564019cd590fdcf66af40329b0 521 0.21/1.00 vMB 20
658,134 658,134 0000000000000000000e0926d7effdce1ef56d3af84e3d2df2304d31606f474e 209 0.08/1.00 vMB 22
658,133 658,133 0000000000000000000bc01070caf33d54e71b2c404832dd4545a74decde76be 130 0.04/1.00 vMB 24
658,132 658,132 00000000000000000009a3f40bc3392c7944ea3f8edcf7d2a40376a97ba9edd6 2,248 0.89/1.00 vMB 20
658,131 658,131 00000000000000000008d921dd70fc023a371ae2af36a14cd38fdb5b69661a05 1,460 0.94/1.00 vMB 8
658,130 658,130 0000000000000000000e144e68593f59bb9148c0eb3c27bc1e6fcf144c7c122a 2,015 1.00/1.00 vMB 27
658,129 658,129 00000000000000000001766e16e531352bec4672daedf7870ea46d2724b7e183 1,324 0.72/1.00 vMB 24
658,128 658,128 0000000000000000000bffaed566b66022c3e4ce697f31d32b918bdc72001f1b 691 0.26/1.00 vMB 25
658,127 658,127 000000000000000000015c1141ff95bef9ac85897bb75c8b6e62abd0f74b1dc6 330 0.16/1.00 vMB 15
658,126 658,126 0000000000000000000062c6c954b4d65664724f07312ca95f4d2d516e2e0830 1,687 1.00/1.00 vMB 23
658,125 658,125 0000000000000000000fe549d7edda8f5bbe8bbe81fb1eb45fb679906aee0bfc 2,241 1.00/1.00 vMB 8
658,124 658,124 0000000000000000000aa80ddf633e0d1c309481e41908ea4ca4cc27ba81138d 2,311 1.00/1.00 vMB 19
658,123 658,123 000000000000000000094af19a75d97c1040de90d09d5ab1311d4f12180d5685 2,726 1.00/1.00 vMB 42
658,122 658,122 0000000000000000000a4daae6fd9efb4e2021b091ca6824bfc8ac8189fc3d73 1,040 0.50/1.00 vMB 20
658,121 658,121 0000000000000000000ea76b499c8dab4a484297cd7b95fde17988823720c93e 1,527 0.61/1.00 vMB 20
658,120 658,120 000000000000000000016265e85af63bff22e0157f4fd4624431f59b76026577 2,148 0.96/1.00 vMB 23
658,119 658,119 00000000000000000006c2aa2ed9a482a3ee01f6958399d72e5ed9d8dfc198ea 443 0.14/1.00 vMB 29
658,118 658,118 00000000000000000001146c0dea3e907979d69336950d1cb0e4c4069c3e3e00 82 0.02/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.