Loading Tool

Explorer IconExplorer

Memory Pool

80,234 transactions
30.07 vMB
0.10427103 BTC
Random Selection Loading Transactions
Max Size: 181.33/200 MB

Candidate Block

Mining Attempt 455d20d18b2fd98af447a89cb2122c3bcfc1c3e54c8da38530059a0b5cec9c90
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 5460dcb0d5683e4c640fcd3fa259b0bf6d38274b973c8ac3f3884a56e3c94ef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.03404204 BTC
Feerates: 111.07 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (252,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,814 662,814 00000000000000000004e1a0b24c9244e7ab4c1122abc4c997e4c9392a3a2289 3,010 1.00/1.00 vMB 128
662,813 662,813 00000000000000000002a4911cefb1ab12127b34a9f586a1f99b75a078020567 2,257 1.00/1.00 vMB 163
662,812 662,812 00000000000000000004217d2ca00440ae0ce962b0dcadd9f129c54a00d937c8 2,859 1.00/1.00 vMB 146
662,811 662,811 00000000000000000006378f3a329d01ad1cef7cfb774383729c068d1ac79b64 3,144 1.00/1.00 vMB 115
662,810 662,810 0000000000000000000e850e400d05e6066a6cc371590db207ca9edf5bb29200 2,592 1.00/1.00 vMB 130
662,809 662,809 0000000000000000000b0484e8b8a722552a55c751a883be561fdb28329bdef8 2,536 1.00/1.00 vMB 127
662,808 662,808 0000000000000000000c81ff944bd51bfa6236beca9f96e23ab6b20ab0d4746e 2,867 1.00/1.00 vMB 126
662,807 662,807 00000000000000000003f26a50bf39be447e78304771ad161dd6c519e8e2a67e 2,208 1.00/1.00 vMB 158
662,806 662,806 000000000000000000089502b57a46383e187a12b206da8d4f13753855f314d3 2,755 1.00/1.00 vMB 149
662,805 662,805 00000000000000000001ec5cf589abfeed744046f30bbc715885b090ca6fff15 2,075 1.00/1.00 vMB 91
662,804 662,804 000000000000000000094b7a6a45c81710c8e186bbf886f9f87c2a35a8de078e 1,833 1.00/1.00 vMB 100
662,803 662,803 000000000000000000034aeab5a449fd203d1e6ecf4423145be0d544abd28905 2,666 1.00/1.00 vMB 123
662,802 662,802 0000000000000000000aa61f8b52993ba14209561702c5aa028055cb76fee70f 2,820 1.00/1.00 vMB 126
662,801 662,801 000000000000000000002880c3a4e9e16996c7aa1cd6aca8447e8f7d97ac4dfe 3,123 1.00/1.00 vMB 134
662,800 662,800 0000000000000000000220e1a67e2c1b778ecf7d64bbd31732d3350824e86ca1 1,539 1.00/1.00 vMB 86
662,799 662,799 000000000000000000093f4fd5a414be32e8e3363e269b0d130bc4b9fa65ca08 2,599 1.00/1.00 vMB 108
662,798 662,798 000000000000000000062f971a2733b8e549f15fc2fb0226613f416f9a11ca99 2,568 1.00/1.00 vMB 115
662,797 662,797 000000000000000000003c1f286faaea9bdaefc27daa6b7e95551d8aa5551f3e 2,043 1.00/1.00 vMB 137
662,796 662,796 0000000000000000000b10242cb95f0b6b56b3549eb76b609bf77ea87b2c220c 3,124 1.00/1.00 vMB 134
662,795 662,795 0000000000000000000015b8683d762e12bf4bf4c5b2853d8852621dee259351 2,558 1.00/1.00 vMB 39
662,794 662,794 000000000000000000013c96e9d2927bcf5db20346c0a5b81addbee39b4a5d2d 2,198 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.64 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: 672.39 GB
    • Received: 16.22 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.