Loading Tool

Explorer IconExplorer

Memory Pool

84,428 transactions
32.02 vMB
0.11094033 BTC
Random Selection Loading Transactions
Max Size: 194.07/200 MB

Candidate Block

Mining Attempt 5bc0ce87b15634eb549dde18abd5b1244c0d4f5477de06cf8ed01786ea3acbbd
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 57c6b81df7ee13a8cdd217951126bd51c4b79718fb650e56c110f2a96269bf91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.03861022 BTC
Feerates: 351.58 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (375,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,393 539,393 00000000000000000018b9c2ee62bd724d908dd834ffe8d5615953f7069f237a 2,597 0.94/1.00 vMB 22
539,392 539,392 00000000000000000022cce69e1bfb0a086d77705967b39acebba0746039b995 68 0.02/1.00 vMB 16
539,391 539,391 000000000000000000215edf8a674b2fd26a9e63e3a7f24039b37ab2043a69c3 1,961 0.65/1.00 vMB 19
539,390 539,390 00000000000000000001c1ef24c482b10ee50c143dec82678b5b4e729f92f86d 1,803 0.64/1.00 vMB 24
539,389 539,389 000000000000000000167129bacf6e90b8247cc975290c214c43a3a7c6b1e54b 224 0.06/1.00 vMB 31
539,388 539,388 0000000000000000001c829d0e1bc83ae5d71e845b34a3ab55c86058a2672426 2,391 0.84/1.00 vMB 14
539,387 539,387 0000000000000000002987b204defa683b32de45a5857809bc011d561aded6cd 2,635 1.00/1.00 vMB 33
539,386 539,386 0000000000000000001853336f342f55e6bdebd6bf3ee0ebe4f2ae16018b8652 693 0.21/1.00 vMB 15
539,385 539,385 00000000000000000004202a05d9264a533b21054cf8ceb6ff831b6ca7109a7a 748 0.40/1.00 vMB 25
539,384 539,384 000000000000000000032a66ccbe7a9c9f4be477987379f84bf9a7454edce57b 1,658 0.71/1.00 vMB 35
539,383 539,383 0000000000000000000b7227ae763c167e8541828bd2ff4cc84989f4a4976095 438 0.17/1.00 vMB 23
539,382 539,382 0000000000000000000d91a71d27344a2666da7daa06f896cb6419abad67e1fd 194 0.07/1.00 vMB 25
539,381 539,381 0000000000000000001dd2f11aa98c08473fb50bec70b3c68ed09a619c78544c 135 0.14/1.00 vMB 10
539,380 539,380 0000000000000000002558e20b87dfe82ef4f9263a12d2697a8ceaffe9b1eb12 506 0.21/1.00 vMB 28
539,379 539,379 00000000000000000022240313eb0daf07bf3ce27c14d2d9b3334da5d4bfdc85 372 0.13/1.00 vMB 24
539,378 539,378 0000000000000000000de4be69467a4dad4533d2d9c963aa8a7c98cfb4bfa9b4 2,130 0.80/1.00 vMB 29
539,377 539,377 0000000000000000000517997bab8fddff4c1819ae03b1028c791a2e4a273870 763 0.29/1.00 vMB 24
539,376 539,376 0000000000000000000574040d906ff6e1f08102c4b700800f0157cac3a9b0b6 1,096 0.51/1.00 vMB 24
539,375 539,375 000000000000000000000e17d5d11694f4602f68a8ab629093a7f61baf6fea77 1,051 0.37/1.00 vMB 26
539,374 539,374 00000000000000000011daaebcb8652888d8f688aa08c460687bff6f4edec06c 2,315 0.95/1.00 vMB 25
539,373 539,373 00000000000000000003b382d22ec2aaae0ee7906a0c87ca3ce8eaeb4b01fb9c 1,239 0.53/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.