Loading Tool

Explorer IconExplorer

Memory Pool

80,992 transactions
30.39 vMB
0.13360790 BTC
Random Selection Loading Transactions
Max Size: 181.92/200 MB

Candidate Block

Mining Attempt 96de46541171b5d4a7a7cdd61c0b84bf0b8425ec0b36464e738286159179b650
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4defc9983573f47849af742b9e0ad065fc25381b4956a02ff6f6c2513d197ee8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.05988578 BTC
Feerates: 150.86 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (264,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,375 650,375 00000000000000000009022f4a224efd7cbedaa2328446f579d9586f78abe9c1 2,150 1.00/1.00 vMB 53
650,374 650,374 00000000000000000006f813516b1640e82260f710fc9779f5dbc4d86aece22a 2,807 1.00/1.00 vMB 73
650,373 650,373 0000000000000000000e03d00263e8795c32b35fff0cde21ff95a4e46d596f6c 1,110 0.63/1.00 vMB 2
650,372 650,372 0000000000000000000d4a6eb0612940d1bf9594166741126e57f927d7b46bb6 2,686 1.00/1.00 vMB 12
650,371 650,371 00000000000000000000319c53e358258243991f9231972ea940b35b079fee74 2,587 1.00/1.00 vMB 27
650,370 650,370 0000000000000000000368b793feef5ca991581ee6cfa3b507684dc7560501af 2,634 1.00/1.00 vMB 19
650,369 650,369 0000000000000000000719511eeb614a5fcd8925aa525931165005b75f7e0d19 2,302 1.00/1.00 vMB 14
650,368 650,368 00000000000000000000ba43d52d8ee62eb82dd7ba2774d9cd9704a535d8aff1 2,929 1.00/1.00 vMB 21
650,367 650,367 0000000000000000000a5f88b09ad43d65bfd6a7b04310f0570e5406415b6386 2,802 1.00/1.00 vMB 41
650,366 650,366 0000000000000000000b7f5e60ed5b75002f1a061145d5f15398578410bca009 2,091 1.00/1.00 vMB 57
650,365 650,365 000000000000000000016c6e2198a190d2b71667284c42b7b9513b939c7a94a4 2,136 1.00/1.00 vMB 23
650,364 650,364 0000000000000000000aacba2207fe5fb3dcc0e3bf25d341e8c1c3b0d8d0981b 2,324 1.00/1.00 vMB 8
650,363 650,363 000000000000000000079a623cf4bfcb44a19056737f679b3ce01d4d119bcd3e 2,684 1.00/1.00 vMB 28
650,362 650,362 0000000000000000000b89b2f2a60cbcfbb050f5b2aae68eddfc138cedc9c47c 2,474 1.00/1.00 vMB 21
650,361 650,361 00000000000000000000afc562b5b2d19d9e4c43b9a71cd3464926968b2c8fd1 3,109 1.00/1.00 vMB 20
650,360 650,360 0000000000000000000d64b63bdcce1d39d243144b626089f75254ecd20b30f6 2,639 1.00/1.00 vMB 17
650,359 650,359 0000000000000000000306d25d1a1af1eb37d0dedeb7ecb70dfa48cc324a8e0a 2,727 1.00/1.00 vMB 47
650,358 650,358 00000000000000000005494f31f980e7a93a21683234ebabe3492dd4a4cd8501 1,428 1.00/1.00 vMB 46
650,357 650,357 00000000000000000007c97594b5fb92c406a3374e41c6e319d6f9f0df3f85b2 2,660 1.00/1.00 vMB 61
650,356 650,356 00000000000000000006419b2b1b5c36345a2e893d4e637fa8c4b3e602e81026 1,962 1.00/1.00 vMB 76
650,355 650,355 0000000000000000000925ff9fefd599dbf504c500d32751080bc3464913caef 2,537 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.57 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.24 GB
    • Received: 15.89 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.