Loading Tool

Explorer IconExplorer

Memory Pool

81,392 transactions
29.82 vMB
0.14135490 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt 5229e00dbb17f29ad22375e0b0adcd93b465b6871db41e14148a97869e865eaa
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d8af31be8e4b86e58862ded3b5d2712eafb7d21999c7a2076d156fb73c0f7d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07403565 BTC
Feerates: 101.65 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (122,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,740 792,740 00000000000000000001f7feaa5c9bbf2a67b54857684b6b72fcb62cfca74112 2,363 1.00/1.00 vMB 36
792,739 792,739 00000000000000000001cf8c6c2e958d2586bd69704e0d11deefd0c9dd145936 3,115 1.00/1.00 vMB 43
792,738 792,738 000000000000000000033439e703a70b1d69e7e1fb3d634060fd5e9ec6a4b0ce 1,370 1.00/1.00 vMB 26
792,737 792,737 000000000000000000010493edb39617bec2839acce1dd2960eda4d929531c6b 2,215 1.00/1.00 vMB 26
792,736 792,736 000000000000000000049c78d45b9c028f6ecbe5407a509c5975b19299a8fad5 2,543 1.00/1.00 vMB 52
792,735 792,735 00000000000000000001fe7ed67a4bf422ddbd52e5d18021e6d798e56ad6f7c5 2,313 1.00/1.00 vMB 26
792,734 792,734 00000000000000000001b0b1154ff67220d9486198b4f0c94e9b00a85283441b 1,627 1.00/1.00 vMB 20
792,733 792,733 00000000000000000002355ba4660b195d6c480056232076115b1e37f9aaaf08 2,842 1.00/1.00 vMB 22
792,732 792,732 0000000000000000000123310992dcddcf7c5432761bb889c7c4c43c39f97ee1 3,166 1.00/1.00 vMB 38
792,731 792,731 00000000000000000001fe237b20a708d891c7307b6f28d809925dae11ec3186 2,744 1.00/1.00 vMB 24
792,730 792,730 00000000000000000002d21d4af739701d902751883716b2c8c29bd74fd123b7 3,193 1.00/1.00 vMB 52
792,729 792,729 0000000000000000000536f803bf18013feb5002763ad73b6f921d838eddc671 1,525 1.00/1.00 vMB 24
792,728 792,728 000000000000000000001dfb37cf42740f29349b9fea8d21973d7488ee646c6a 2,168 1.00/1.00 vMB 27
792,727 792,727 000000000000000000012a4d0a32353204b543cf6ea2310cc0468d540c7e6161 2,093 1.00/1.00 vMB 31
792,726 792,726 0000000000000000000368044e4b080e3225116e334bd7882fe54297c4a38970 3,332 1.00/1.00 vMB 54
792,725 792,725 00000000000000000004c5090b46f984837204f4fb3cb5dbe53124c2c96da12c 2,371 1.00/1.00 vMB 32
792,724 792,724 0000000000000000000390a0d04ec6c7ca42b78353ae84da7e039d1d41ac2c66 2,429 1.00/1.00 vMB 26
792,723 792,723 0000000000000000000145aa90866c1dd24d4b549a3664426c8b25571e547c6c 3,504 1.00/1.00 vMB 39
792,722 792,722 000000000000000000041d710fef94ea93f6df9235cf2e0f01bc9dcc67a48d0e 3,451 1.00/1.00 vMB 47
792,721 792,721 000000000000000000047e8782aa10f76eee456ee46ddf818947237f7d19afcf 2,755 1.00/1.00 vMB 67
792,720 792,720 00000000000000000003214ad84e603e59bc2e8669ed8976e40ccc9ebcf3871d 2,789 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.