Loading Tool

Explorer IconExplorer

Memory Pool

81,414 transactions
31.24 vMB
0.10001043 BTC
Random Selection Loading Transactions
Max Size: 188.97/200 MB

Candidate Block

Mining Attempt 5067c05ccdf39ac18f4a3f60e8f003a29294fbbff67e4fb343934bbb4f85349f
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root fcc565c30c944e4be1099df5b42d1fe3e411f003ba970edf6a8c11b9fec8c685
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.02292258 BTC
Feerates: 106.51 > 2.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (386,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,427 528,427 000000000000000000041a84b6a6a8b2702e2ddc941cfa6e45e523dcdcf1c1dd 3,291 1.00/1.00 vMB 11
528,426 528,426 0000000000000000001fff3b30b8d834ee535acd9e8eb244d4a22d76e8f7ec9b 1,858 1.00/1.00 vMB 40
528,425 528,425 000000000000000000022fa5f5d179b90441cb9ef6bb93e666bab470dafd174e 889 1.00/1.00 vMB 49
528,424 528,424 00000000000000000021d703817b373177d7b9792ec0b8f3098aa7b4c794967e 1,251 1.00/1.00 vMB 70
528,423 528,423 00000000000000000022a65de31a221c643ab7f73dd0b8e891e53eda8d379426 325 1.00/1.00 vMB 26
528,422 528,422 0000000000000000001450289d9359bfb8fa4c696b5090452e84d5a66b62ac10 325 1.00/1.00 vMB 28
528,421 528,421 000000000000000000054585ca056ae0eb4812ebf2b3190bcfb72c632b2e2c84 1,968 1.00/1.00 vMB 84
528,420 528,420 0000000000000000002181450d68eb3f0f22b181f6b4fbaf2c6a1110f1f70ac9 1 0.00/1.00 vMB 0
528,419 528,419 00000000000000000031433c1fd6ece2d29fffd89a579dbc1e18f603befeb123 170 1.00/1.00 vMB 23
528,418 528,418 00000000000000000019db448d6164b01aed47433bd83e5b83539745542cf61d 689 1.00/1.00 vMB 36
528,417 528,417 0000000000000000000b721c4ce12fb244235470c0084d055d6b27c6e58c1b8e 2,553 1.00/1.00 vMB 102
528,416 528,416 00000000000000000006b93a576fba8cc57cfd516fc5d3ed02da1666a0f43c6c 2,627 1.00/1.00 vMB 122
528,415 528,415 0000000000000000003258eb0bab5d24a77bae7d85afed6bf074a1de22fadb92 3,051 1.00/1.00 vMB 140
528,414 528,414 00000000000000000000aace1ae09e8935fc6f83d9e6bb4ceb4f23c05b46bf06 2,754 1.00/1.00 vMB 146
528,413 528,413 0000000000000000000e6da43883bb6c3d11f2f2b57fa1010442b8cd7d455d8e 782 1.00/1.00 vMB 49
528,412 528,412 0000000000000000001e163b8c31cb23bde327a6183d677b1b0b74feeada7246 798 1.00/1.00 vMB 46
528,411 528,411 0000000000000000000462cd64f0717d9af7d2d2e1af97aae5da5dfccce7050b 1,477 1.00/1.00 vMB 67
528,410 528,410 00000000000000000012f72a5e93cff828d302766dc5ee4e8df040053354cf99 282 1.00/1.00 vMB 25
528,409 528,409 0000000000000000001d64414e08c96ab8cfc63de8413d9d967e2d88d717cff9 1,643 1.00/1.00 vMB 80
528,408 528,408 0000000000000000000b333ca04b01040fb019e7a4e727cd21abf38ce1fc1fdc 2,027 1.00/1.00 vMB 104
528,407 528,407 00000000000000000008fbaa6aba0018123638867dd79462bd5bd77338a214e5 585 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.