Loading Tool

Explorer IconExplorer

Memory Pool

45,666 transactions
28.44 vMB
0.06403368 BTC
Random Selection Loading Transactions
Max Size: 151.47/200 MB

Candidate Block

Mining Attempt b29b3c924f90cfff8eec9a738bbe83b045f13443a7a186e76aff8c9c72e3e7a3
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root e1c8b0a06f26b5d66a655f08fe59fecf93d54a9e14441ddb9a7219380a960ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01021404 BTC
Feerates: 50.42 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (92,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,062 822,062 0000000000000000000354410849bc0e8d58d629940231f90eab0e432203048b 4,043 1.00/1.00 vMB 220
822,061 822,061 00000000000000000001b1f1d20bab2660541552f4480c6ecd058ea39609077a 4,444 1.00/1.00 vMB 253
822,060 822,060 000000000000000000020c9b4305a9eeb34331ff4da812fcddc3c22f13eb5419 5,096 1.00/1.00 vMB 220
822,059 822,059 00000000000000000000a6563906733d5638cc1b42653c12f63288b76bd2d422 4,088 1.00/1.00 vMB 260
822,058 822,058 000000000000000000037779ce4362abdcd1425036f0d0ae273e1ad056ec774f 4,148 1.00/1.00 vMB 264
822,057 822,057 0000000000000000000321226c490c81f91eec8f1c67cf5fd0c2bc78b6a58562 5,762 1.00/1.00 vMB 229
822,056 822,056 000000000000000000007a1cec8a008e8e9f7446b2e232e58f9724c16e520ec6 2,438 1.00/1.00 vMB 211
822,055 822,055 00000000000000000001614781bc2f3d3d854e546caf32f17e9f56b896bc0ba1 4,910 1.00/1.00 vMB 259
822,054 822,054 00000000000000000001bd64f4fcf6fe768ad2df949be49c6357b49d8a114ccb 4,136 1.00/1.00 vMB 233
822,053 822,053 00000000000000000001b47dad51b56122a5980783bb1f493a7de8bcd84aeede 4,109 1.00/1.00 vMB 268
822,052 822,052 00000000000000000002b79a47e3047f316fbab43047167b2dd152ce95e6f9b5 3,894 1.00/1.00 vMB 337
822,051 822,051 00000000000000000000817b8c3ee455e49088594b0ef8b3206e73d06dced531 4,260 1.00/1.00 vMB 252
822,050 822,050 0000000000000000000053fcdecd287d11c65160f85ab06377e988b35b6496f3 4,252 1.00/1.00 vMB 298
822,049 822,049 00000000000000000000f9aab175f44dba381e56c1b1add7fd2a7ef3ec79a21c 4,245 1.00/1.00 vMB 282
822,048 822,048 0000000000000000000184697ec727ed9dfb37e7c2adb36ffd56e630074bdaa4 3,889 1.00/1.00 vMB 256
822,047 822,047 00000000000000000001024a4c5b8314d14591c58bac5985584ec058d571d846 5,225 1.00/1.00 vMB 257
822,046 822,046 000000000000000000024291b362374325ee7e53e374d5e309941a4ac591c5a5 1 0.00/1.00 vMB 0
822,045 822,045 00000000000000000001fcc752a6a6965ef92e3971097111b603535aa749a3f0 3,412 1.00/1.00 vMB 243
822,044 822,044 00000000000000000003b78f012b7f5f1ec69b83641758e45b917f61a77da055 4,018 1.00/1.00 vMB 261
822,043 822,043 00000000000000000002962a3a7a6866e798fbbee7d948f239ed823d7e845828 3,979 1.00/1.00 vMB 307
822,042 822,042 0000000000000000000376915228b0c5cf44ff6053ef3fd5c5bd80d0aaaffaa1 2,467 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.