Loading Tool

Explorer IconExplorer

Memory Pool

45,039 transactions
26.84 vMB
0.06743145 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt be14c392938359c3e3e1c10a09e080a1a4aaf8a2a73d01aecc7ea3bae064505e
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root c851bc756e467dd1d22cf7f2d9bca9074aaf35fd43e681791687184d3805d997
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,200
Size: 1.00 vMB
Total Fees: 0.01775540 BTC
Feerates: 150.79 > 1.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (422,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,605 492,605 000000000000000000348c4706b730d3745134452168ce3c9f147b8e3c3758ec 2,564 1.00/1.00 vMB 151
492,604 492,604 000000000000000000c167c8967cb7ed9d623343efe67970ca3540d994a0bbf2 1,644 1.00/1.00 vMB 105
492,603 492,603 0000000000000000000446e15f8d8c68a45f902b3393b82ee44c206ffa207824 1,533 1.00/1.00 vMB 175
492,602 492,602 000000000000000000000c76c71849d230af98fc9c88a7abcf92f4324e3d5fd1 1,774 1.00/1.00 vMB 157
492,601 492,601 00000000000000000017e52171a2d47098546ed857121b9ef3b36446897831df 2,039 1.00/1.00 vMB 131
492,600 492,600 0000000000000000004e293dab22e592ebfb413cde594855e5dad6646edf3199 2,156 1.00/1.00 vMB 167
492,599 492,599 0000000000000000005790f710caa7bc5335713f4e41c9d0da44d338cd0e5e1d 2,094 1.00/1.00 vMB 144
492,598 492,598 0000000000000000004b96351b5bb69efe0f5c21873180ecf9475a0696b306eb 1,862 1.00/1.00 vMB 204
492,597 492,597 000000000000000000ab9875e8c7f06055917e85511e3877312ce56f0867db4f 1,881 1.00/1.00 vMB 230
492,596 492,596 00000000000000000033bc58908e54bed26df3256829d2f09d79bba5df1b41f0 2,213 1.00/1.00 vMB 192
492,595 492,595 0000000000000000006a1e70fcbba6201fbd45cad5d123fd9b3c6c88e177e81e 2,441 1.00/1.00 vMB 184
492,594 492,594 000000000000000000a04e5b3914943ce881bf105514ef10ab044c9600cc9650 1,907 1.00/1.00 vMB 267
492,593 492,593 000000000000000000819588e81f6a259b7ef334b61a15fda01f2f2bba52c174 2,247 1.00/1.00 vMB 215
492,592 492,592 00000000000000000063fa9cbb4a481d573b4331d14acafd17bbd080e33ea249 2,361 1.00/1.00 vMB 269
492,591 492,591 00000000000000000045c9bc0b32b3812a523430aaca3d09fccd2802d8ec4992 1,647 1.00/1.00 vMB 154
492,590 492,590 00000000000000000056b87d77b9efe8028e151d54c5d5d6c1f29f427ed2f6fe 1,791 1.00/1.00 vMB 241
492,589 492,589 000000000000000000b28a66f5e7d63c473861d8964629c6bfcd7d84359d4010 1,623 0.71/1.00 vMB 177
492,588 492,588 0000000000000000001d9ffbc4740e173e42a3fe060896a8967cffd4fab4c09a 2,532 1.00/1.00 vMB 141
492,587 492,587 00000000000000000042af9023635fd8cebed7498749e2fd8f56e52fa0d5812b 2,428 1.00/1.00 vMB 220
492,586 492,586 0000000000000000008dc7752f320a6f627b160c1098259b969f77867c375a84 2,238 0.95/1.00 vMB 162
492,585 492,585 0000000000000000000c6fcf29013347fd1ed27992b66ce1f7f8c77b9505c9c9 2,155 0.96/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.00 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: 648.89 GB
    • Received: 13.10 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.