Loading Tool

Explorer IconExplorer

Memory Pool

80,318 transactions
29.67 vMB
0.06930415 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 9e483e1ad62b07861fed059b789a2a710f57222d97e3a1420141ede29153dd63
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 18f25b74b6a74315f51c9eeacf7a74be3b0d0e830301336bcb72197fa47ca26d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,261
Size: 1.00 vMB
Total Fees: 0.00791470 BTC
Feerates: 73.20 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (460,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,107 454,107 000000000000000002019ea4d197840ddc30b39777803274b8c4aa4031bcefab 2,778 1.00/1.00 vMB 153
454,106 454,106 0000000000000000010c0c045b527ba2e8248a9b1475c69d388599575e171aa7 2,699 1.00/1.00 vMB 179
454,105 454,105 000000000000000002001441ed0a1395d68b6c8b74b692e1cba9c21e2d886f49 2,206 1.00/1.00 vMB 159
454,104 454,104 00000000000000000191dc941e341f7dbc70c3a9b59f6e88aa978a7f63f0581c 1,344 1.00/1.00 vMB 177
454,103 454,103 000000000000000000bb786a53ee0b1c2c6cbed1154e6687ffed0b9098eda346 1,993 1.00/1.00 vMB 128
454,102 454,102 000000000000000000c1362e6be20bd1d1e2b2c703d4a14f6501f7bbdc74c29c 1,598 1.00/1.00 vMB 207
454,101 454,101 000000000000000001b54ed8a86715f7518b7494824a8d37fcd75cd8016b0355 115 1.00/1.00 vMB 22
454,100 454,100 000000000000000001533c7ffa5e7ad648d60080d8a36da6e83ada7602f85a07 1,806 1.00/1.00 vMB 98
454,099 454,099 000000000000000000eec3e5eaea812f975dfefed2ba1dd05676b58fe2036676 2,190 1.00/1.00 vMB 121
454,098 454,098 0000000000000000021086e98039c290247c509b80c0c1b3d0dd0f923e506e52 2,293 1.00/1.00 vMB 97
454,097 454,097 000000000000000001ee5208fc1e2fddf65738bfc8a1f2088d3fa9108a08ff8f 2,862 1.00/1.00 vMB 208
454,096 454,096 00000000000000000115debee56fc1537d19bc9d84b93d166414bf1317884f99 1,923 1.00/1.00 vMB 110
454,095 454,095 000000000000000001eb58dc48854852661ae8e1b771e47c77f9babbd89bd225 2,550 1.00/1.00 vMB 135
454,094 454,094 000000000000000000d6c24c1ace1e7b3da8bc06c29178a597a78e5515ea45ae 2,613 1.00/1.00 vMB 72
454,093 454,093 0000000000000000020eb999832487d18f24cd859ea7db742a92b0567ab91ca1 2,015 0.93/1.00 vMB 137
454,092 454,092 00000000000000000215c01701685f080f30d6cc19c61abae8a4c9bd053f150d 2,133 1.00/1.00 vMB 132
454,091 454,091 000000000000000000a08072eecf1f3b58a75fd6db65c220070c507389f29e1c 3,240 1.00/1.00 vMB 67
454,090 454,090 00000000000000000143315f49aaaf27a4d86e6db8861592476b25ea0b7fb89d 2,180 1.00/1.00 vMB 143
454,089 454,089 000000000000000000273f071127c70fcd26f75e41ff52840791699e37f5c4d3 2,992 1.00/1.00 vMB 93
454,088 454,088 000000000000000000699d1769a4c321f30eaf343eae1893f7ad92e476630192 2,190 1.00/1.00 vMB 151
454,087 454,087 0000000000000000006936aa063bcf3827ef0327486a7cbd748ca04bdccbda02 2,134 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.