Loading Tool

Explorer IconExplorer

Memory Pool

82,088 transactions
31.69 vMB
0.10540573 BTC
Random Selection Loading Transactions
Max Size: 191.41/200 MB

Candidate Block

Mining Attempt 73b81f11df1db9bde95d41f686885af869829e1ade01f084f0cc8d6087131ebe
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root b884621fb77ce295fbadc76e696cad47b8cabe0891ce7588cc673652a3566ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,579
Size: 1.00 vMB
Total Fees: 0.03289642 BTC
Feerates: 265.25 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (374,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,653 540,653 0000000000000000000c107cd485535ac98a22e14ba4c08e46d541c61f40d0e5 1,557 1.00/1.00 vMB 38
540,652 540,652 0000000000000000001ead762a8b106b2aeaedddc519801ee8d3258a5167b462 621 1.00/1.00 vMB 47
540,651 540,651 00000000000000000008ae5504c7752e0ef37169077ccdc0b322d047978bbfcb 877 1.00/1.00 vMB 67
540,650 540,650 00000000000000000024d457226e0a530c933d0b7f00c668389d42b4be678d20 1,693 0.93/1.00 vMB 2
540,649 540,649 00000000000000000023fbfb8aa9a6e4a47c852656c91d11d2500ed5f5ec981e 2,770 1.00/1.00 vMB 27
540,648 540,648 00000000000000000000ed4068c9eae121aef62c8292c5c1504c51b4aaa541fb 2,436 1.00/1.00 vMB 11
540,647 540,647 00000000000000000005c1c499bc272d9e2ec13e04f7023ae5d368e19c9cb2e1 2,137 1.00/1.00 vMB 5
540,646 540,646 0000000000000000000da07f583b4f642d58df4b26306b426bc7c74815a99665 2,823 1.00/1.00 vMB 49
540,645 540,645 00000000000000000013851a7611105e5b8eecda51d1018efd9fba89a987f5b4 969 0.82/1.00 vMB 6
540,644 540,644 00000000000000000023a218374e73abc0fbc1c00110393a5fee9e3f7b1a1219 943 0.55/1.00 vMB 40
540,643 540,643 00000000000000000004a2b188b9f5f7d4a4f1bffd34ff4dc596ace2070ecf23 41 0.01/1.00 vMB 15
540,642 540,642 00000000000000000016bbc2dd0f2d60dd9eeed360ce2714618c6a0d54b1c9df 1,622 0.73/1.00 vMB 11
540,641 540,641 00000000000000000013d95c349d69ab438c4df3044cfc4cadcad8c36a41793d 2,116 1.00/1.00 vMB 25
540,640 540,640 0000000000000000000ee3ae06ab4d5f1ff364c7e2eaec5f8a8e51db27eb03ee 1,237 0.45/1.00 vMB 19
540,639 540,639 000000000000000000058f3a8b25ea832d342881969e968a9b0da092124faa91 1,367 0.53/1.00 vMB 25
540,638 540,638 000000000000000000012942e0a88e4fd618ea89fbdd6b4e769aae4de4aa5e78 963 0.42/1.00 vMB 32
540,637 540,637 00000000000000000005e8481ba9c2f40c821cc6575562b9255e7900e4b65f70 1,672 0.99/1.00 vMB 21
540,636 540,636 000000000000000000086f70258ad16b5524fd43d287e5e2e01d33cb927f6277 238 0.13/1.00 vMB 9
540,635 540,635 0000000000000000000a82a90d209400838c03fefec3a4d1f3c141b9cbb7d08d 2,148 1.00/1.00 vMB 9
540,634 540,634 0000000000000000001ed6ab17a29d08a037711c25233c8846c479bdecfc250e 2,083 1.00/1.00 vMB 9
540,633 540,633 00000000000000000004f561e1bfd8ac2bb7a6d92f4ca4f843f45db4d55091f5 2,804 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.73 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: 707.59 GB
    • Received: 16.69 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.