Loading Tool

Explorer IconExplorer

Memory Pool

53,615 transactions
31.45 vMB
0.10573871 BTC
Random Selection Loading Transactions
Max Size: 169.57/200 MB

Candidate Block

Mining Attempt 5cfba014debaa50f6d69b9287adba191308adc9e22ea65b688b2369975d4fb17
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root f83cd79d25411b0e17edd462564c6eecf57b3124ee12fdf847408d38d2f4d67d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,125
Size: 1.00 vMB
Total Fees: 0.02414934 BTC
Feerates: 18.19 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (129,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,682 785,682 00000000000000000002d6284d35bb6ea442b98e266ba23ca9f3737877c952bd 1,749 1.00/1.00 vMB 9
785,681 785,681 00000000000000000005470d9139db720e0d52106acfb3fbf86080877981e827 2,305 1.00/1.00 vMB 6
785,680 785,680 00000000000000000000a385e66a3d055eb2e2adf3d352ee9aca52cb0d0de648 1,830 1.00/1.00 vMB 9
785,679 785,679 00000000000000000000409bb2f7ee946ff1715e11a4e5715f78ea41a5ef9937 3,848 1.00/1.00 vMB 24
785,678 785,678 00000000000000000002692dc18a9acf7f26d6a8a2d323980ef029b81bc21079 3,751 1.00/1.00 vMB 28
785,677 785,677 0000000000000000000156050459ef0baf8ab694f8bb80d5b599854b087035ae 710 1.00/1.00 vMB 4
785,676 785,676 0000000000000000000364b33f908fdcaa5a9a6d4345d433f8df5b04e64930b3 1,036 1.00/1.00 vMB 8
785,675 785,675 0000000000000000000248d73ed9ef6cddc496caca41728016a5abcd0aeac67f 732 1.00/1.00 vMB 4
785,674 785,674 00000000000000000000b9f8e197675fc7b66951f8423c4d0c981b70dee79354 1,617 1.00/1.00 vMB 8
785,673 785,673 000000000000000000059f43e76c9771cb27fbd4e7d70958169377d2c7315076 2,303 1.00/1.00 vMB 12
785,672 785,672 00000000000000000003458991db34c3bc00a25495cab4160e678e4213a47a3e 2,491 1.00/1.00 vMB 28
785,671 785,671 000000000000000000044b9ca9835afb2925cb5b681d060ccf0cdb4fbafd68d1 1,661 1.00/1.00 vMB 8
785,670 785,670 0000000000000000000299c3b52f08ccee0dd7d75af4a1d4f27852bf9afbbb0a 2,525 1.00/1.00 vMB 14
785,669 785,669 000000000000000000022b3fa3a6f09e9e4e06836ce3e49bc39026f5b962a524 1,349 1.00/1.00 vMB 4
785,668 785,668 00000000000000000004c6339aac478033d389c0206e53a5eaf3eee9f51cde59 802 1.00/1.00 vMB 4
785,667 785,667 000000000000000000050af117390a5acf13a35376c20377e86e8b00ae6f980a 1,174 1.00/1.00 vMB 8
785,666 785,666 00000000000000000005c084dbdeae5b1ee6d103b99a13f3dffc7d5e278547a8 2,702 1.00/1.00 vMB 13
785,665 785,665 000000000000000000044b78e41ca07d0728e0380f79365aafa4123b74302212 3,311 1.00/1.00 vMB 23
785,664 785,664 00000000000000000000d0380a32c162aa5c886aa8d49a9e744fb3191931a5f8 2,414 1.00/1.00 vMB 12
785,663 785,663 000000000000000000049362ad38948ebc7488cbdcf131f8e25b05782a8c3ca0 1,933 1.00/1.00 vMB 15
785,662 785,662 00000000000000000003ff2d13210828f0a36819c3edaa6a8da48e00eed9017a 3,511 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.