Loading Tool

Explorer IconExplorer

Memory Pool

78,988 transactions
29.57 vMB
0.10471495 BTC
Random Selection Loading Transactions
Max Size: 178.04/200 MB

Candidate Block

Mining Attempt f82e02a3c122500d294f339d0860542444e1b3c44ae7b0a7ceaa71b7c129c0ad
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 15fd7597cf3e5c3ce0972f8d8cabd1281b2b448383ff8e4075dd45ce82c2aeff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.03985812 BTC
Feerates: 164.34 > 3.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (104,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,657 810,657 0000000000000000000070fb1b8559f9557f4eb9a2feb676f4087037b6e0e43f 1,382 1.00/1.00 vMB 9
810,656 810,656 00000000000000000001bad5821b1ee0d270fd22a3837d3a98f4c5c148d43a75 1,977 1.00/1.00 vMB 19
810,655 810,655 00000000000000000003a4569c3b5318f1f6887e686269a4e8521216957dca18 2,890 1.00/1.00 vMB 32
810,654 810,654 0000000000000000000310b381ce520827d3a6e20fc4ac91377bc7188f034278 1,317 1.00/1.00 vMB 12
810,653 810,653 00000000000000000000723e3b6e8e461ff468be779b63e4919faff3254ae20c 1,556 1.00/1.00 vMB 16
810,652 810,652 000000000000000000003f09e4c9d9267c5a2dc311ec28a5147f3e81f00c6373 3,370 1.00/1.00 vMB 30
810,651 810,651 00000000000000000000e26ae8cdc716e2c49f2ed3b13678fc23d0083df97775 2,981 1.00/1.00 vMB 27
810,650 810,650 0000000000000000000355886b28daf20e90901a373efecbb7dcecab64def411 2,324 1.00/1.00 vMB 32
810,649 810,649 0000000000000000000113e41205284a8413e437f881b2c55232f0037ca84811 3,141 1.00/1.00 vMB 48
810,648 810,648 00000000000000000000f30c0c409ef25271a157b72dc0ed839bdc225e682e51 3,207 1.00/1.00 vMB 31
810,647 810,647 00000000000000000000193e0dcfd1c36e3f818a12f56d8b389d21acdb5a9c66 3,275 1.00/1.00 vMB 29
810,646 810,646 00000000000000000004e5984eb28930cf1f43098c037deec7ce31ef90914fea 3,670 1.00/1.00 vMB 32
810,645 810,645 000000000000000000021455506c907f65818a8d7caf2740a79d1fcdaa24fc62 2,865 1.00/1.00 vMB 50
810,644 810,644 00000000000000000000d1ba34b05dc7c5578dc762d8d2b466337cfe5c70672b 2,664 1.00/1.00 vMB 26
810,643 810,643 00000000000000000001dfba62f6351c96d57b6c10c5e1d1888d0be66367c5d5 1,783 1.00/1.00 vMB 13
810,642 810,642 0000000000000000000353ad6c27425af92d173d4edef8560f9a50d70563b12a 2,370 1.00/1.00 vMB 18
810,641 810,641 0000000000000000000392db217956122e5496071413aae86a2e2788deca0240 2,235 1.00/1.00 vMB 30
810,640 810,640 000000000000000000032f96ee2d0942ba5a27a8365ce25dc2d6971f1fef79a5 3,561 1.00/1.00 vMB 38
810,639 810,639 000000000000000000030497d45b2ba08b78fa977b9fd5d5dd4d0b0271d575ec 3,066 1.00/1.00 vMB 28
810,638 810,638 000000000000000000041d87a5cd1ac0f8a7edcacf5c9594db4d1925fd8b9a78 3,455 1.00/1.00 vMB 31
810,637 810,637 0000000000000000000494a7f652edd04a4da80ead57251465aaf7765abdd04e 3,811 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.