Loading Tool

Explorer IconExplorer

Memory Pool

73,653 transactions
28.38 vMB
0.07399837 BTC
Random Selection Loading Transactions
Max Size: 167.96/200 MB

Candidate Block

Mining Attempt 37de0f22bab1c3f98e942f797694e3f6b9880da0ecf7287e5fe515a898d021b8
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 951bd6b4839f2869bf75bccde776a7ed9f03bfffa411f81edfd42957fd593aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01689120 BTC
Feerates: 60.16 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (514,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,492 400,492 000000000000000000468ba57d0fef97d7b30f72a261ae5c3320ea3b6a0410ae 2,724 0.99/1.00 vMB 56
400,491 400,491 000000000000000002f4632d79de0eb911c6ef155b3a6524d2ac23c454cbeb68 1,237 1.00/1.00 vMB 22
400,490 400,490 000000000000000005c1758fdace0527f1475f7b4447ceee7ef92fe33ccdd8b4 1,439 1.00/1.00 vMB 25
400,489 400,489 000000000000000002a34532e2afc3f61eee355b62c4f809151f3a48ae4a5d8d 2,014 0.93/1.00 vMB 31
400,488 400,488 00000000000000000086d16c1a1d9080c2c70d2b25bf3741e8aa2f3788870708 2,767 1.00/1.00 vMB 48
400,487 400,487 000000000000000006833e6b265207543757c3310ec79568c9bf3561bb476ed4 2,316 1.00/1.00 vMB 37
400,486 400,486 000000000000000001fd3d64fa8fbaf67762ddcbf2650ca6eb584d1129b94317 2,433 0.93/1.00 vMB 55
400,485 400,485 00000000000000000392caebcb47c5c0db142b0a879a2e1ef9b98aa31d71f324 1,627 1.00/1.00 vMB 34
400,484 400,484 000000000000000006184fc5364ce020a6cd2037ecf90f35c537ebdea009be59 1,925 1.00/1.00 vMB 30
400,483 400,483 000000000000000003b7796b933666b0a60364929f43425aba7bfd68567fa389 1,651 1.00/1.00 vMB 26
400,482 400,482 00000000000000000549667980967db57d236d01253dad827338f0dcd9707026 2,350 0.98/1.00 vMB 47
400,481 400,481 000000000000000000400336b0cc0b12d7dadb5c983c879ef0fd1f624adaa80e 1,901 0.93/1.00 vMB 28
400,480 400,480 000000000000000001545d9e9c0246e88cbad3fda0409a0c0bf430779bbf5c64 2,775 1.00/1.00 vMB 44
400,479 400,479 000000000000000003732dadf37b18f821ba614453f3dfd27f67d8eb46a6f74a 2,028 1.00/1.00 vMB 104
400,478 400,478 0000000000000000006e7a0fcbfb8f5ce8461c0560aefa7b564e986d793892d7 2,318 0.95/1.00 vMB 46
400,477 400,477 000000000000000001c5ead8753456d74adbe4ea12e736cf4fceabcab8a0e480 2,155 0.75/1.00 vMB 40
400,476 400,476 00000000000000000606971ac57b5d27d27e6aecdf7c12a7a150ac7a46eaabc1 2,064 0.75/1.00 vMB 61
400,475 400,475 0000000000000000066345944112562b9299599b1b1bb1584d2f156ba6a59acb 1,996 1.00/1.00 vMB 32
400,474 400,474 000000000000000000eb9c77b149cb13b54819abd05dc05d1fc1c231979729c7 1,210 0.99/1.00 vMB 19
400,473 400,473 000000000000000006696c284f3f630aebd2895e755cb4754361f18d1d46e6ca 1,327 0.95/1.00 vMB 22
400,472 400,472 000000000000000005bdecd2fda350e4634415d774795c7da713261ce4a51993 2,683 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.