Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
30.05 vMB
0.09383084 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt 1fbc8b8138f16880f1f2147a9817ccfa2ff9a62c0ac96789e960c13b4bc4a096
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2f9e2d22176cd45fdbc804f12b3f8df74607f18b1c6e030590ca55dab25c31d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02629326 BTC
Feerates: 402.60 > 2.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (349,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,466 565,466 00000000000000000015596994dc0096367ef6ff605a524d4b9e9aa98b01279b 2,710 1.00/1.00 vMB 9
565,465 565,465 00000000000000000022fe367ebfcaf0129e5e9c8427a36bce8d0c06f776dc2f 2,953 1.00/1.00 vMB 9
565,464 565,464 0000000000000000001a66abb1bc08348d97381b1a199877e3269f89f77a1544 2,862 1.00/1.00 vMB 18
565,463 565,463 00000000000000000021d85ee7c0a200c1dde14ea26685d6bd39a179a0490392 2,116 0.84/1.00 vMB 2
565,462 565,462 00000000000000000016a51088f9b18ec5e50b9c43f618babfcc977e1f58fe86 2,920 1.00/1.00 vMB 14
565,461 565,461 0000000000000000001d994dc45661a5ebf7e3b30ce4a038beb758b648921dac 2,326 1.00/1.00 vMB 4
565,460 565,460 0000000000000000000fd942d7af607cf7d678da3b0679df7a0e2a418de9ba55 2,331 1.00/1.00 vMB 10
565,459 565,459 00000000000000000020fad7a6c69b6eac3a3858100bd018784baa8eabcc858a 3,185 1.00/1.00 vMB 14
565,458 565,458 0000000000000000000e8aa2f8c105584b9aa7cb47e14892730a7672220db7dc 3,117 1.00/1.00 vMB 24
565,457 565,457 000000000000000000071aba6b71f0dd6ba8aad4b4a1a795a5ce3ec437d01575 2,833 1.00/1.00 vMB 30
565,456 565,456 000000000000000000188e03c172f423ff29f9fc309d7184c68ca2eeb1f9c745 2,783 1.00/1.00 vMB 16
565,455 565,455 00000000000000000018bb0c6e2094649b1cded03cbf912eed42946ac5ddefdc 3,279 1.00/1.00 vMB 9
565,454 565,454 0000000000000000000694b5e63b2ead679e9cf8b67e3d62719cea93a656748f 2,909 1.00/1.00 vMB 19
565,453 565,453 0000000000000000001503b455c56265c475431de12b1b3980d4d40f5e235cee 2,627 1.00/1.00 vMB 25
565,452 565,452 0000000000000000000ba482199fbff0899014871d6a4d76a3e504dfe4c10c08 3,052 1.00/1.00 vMB 42
565,451 565,451 000000000000000000032c1d0b19705385aa41bc0b919959305dfc1d32c98500 3,411 1.00/1.00 vMB 11
565,450 565,450 0000000000000000002888d22c8d26f529aa8e676f64eb5701eadf6adb2d495d 1,677 1.00/1.00 vMB 19
565,449 565,449 0000000000000000001dbac1ac111dad368b84ec82d36b35eb4aa15929ed1612 3,248 1.00/1.00 vMB 41
565,448 565,448 000000000000000000288a460745b1956704ad2731a5a932044536f1679b47fd 1,812 0.52/1.00 vMB 9
565,447 565,447 0000000000000000001d61d5cc5ccf2992e41ad26d29c391d31626d973f08188 2,595 0.78/1.00 vMB 12
565,446 565,446 000000000000000000239e8c9072e794baf357665d791ca859cb539ab2b480a2 2,715 0.90/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.