Loading Tool

Explorer IconExplorer

Memory Pool

78,950 transactions
29.07 vMB
0.10895300 BTC
Random Selection Loading Transactions
Max Size: 176.35/200 MB

Candidate Block

Mining Attempt cda8b290f0e59971cf32b747e4cd09b6fbc6928e540c0b8fd659ab34bb01a415
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 34ede8c0b912f05e84c754fa21283f0a653428930f16e663870d6063e7dade0f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.03675392 BTC
Feerates: 477.45 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (470,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,495 444,495 0000000000000000034ed7a973b06228f0e3bbbef377ae5f0d5f5a46870d1d1f 2,568 1.00/1.00 vMB 96
444,494 444,494 0000000000000000031f7f3b0a70b34711dc9abb6d1dae631fd6ce4f7c648a40 2,473 1.00/1.00 vMB 77
444,493 444,493 000000000000000000f73078206c7c4e5e6534f77c007624efbcbea360c7f4f6 2,290 1.00/1.00 vMB 84
444,492 444,492 000000000000000000feedd2cac9f88c782e86c49838913e39d1bc46b3474189 1,641 1.00/1.00 vMB 58
444,491 444,491 0000000000000000029d23d1f70af784b7f5ea310286c98ec63a5882057b6eee 1,824 1.00/1.00 vMB 46
444,490 444,490 0000000000000000014b7c40791e01f924bfe20c3e448c930f090d8d6171ebd8 1,354 1.00/1.00 vMB 39
444,489 444,489 000000000000000002231d9af660968e1db60053348fb490f39edfed7b54d771 1,695 1.00/1.00 vMB 36
444,488 444,488 00000000000000000271e9d809e47c57602c0a94480779dc8c7ffd9fa08a53a1 1,151 1.00/1.00 vMB 52
444,487 444,487 00000000000000000016cbe6a7d83a176cbd5b63d81e6ccfb0fac9b9118e118f 1,720 1.00/1.00 vMB 84
444,486 444,486 000000000000000000d23482265358b1201856c472d780bd324a5ad349d47cb5 2,389 0.90/1.00 vMB 66
444,485 444,485 000000000000000000fde0680de9a99d96d57b1d4f4afe7638cc3466dee799c4 2,612 1.00/1.00 vMB 95
444,484 444,484 0000000000000000013091f575cbe8de2f573931fefc1b7c7944629f316dbf80 767 1.00/1.00 vMB 47
444,483 444,483 0000000000000000031a0ce953fb4750cf133583ee2e308a92cbf97a8c4e4317 1,873 1.00/1.00 vMB 60
444,482 444,482 000000000000000002e098cd7ec062f131e57e7854dc11f3fb92432cc37b02d1 2,119 1.00/1.00 vMB 66
444,481 444,481 000000000000000002f14905dd5c729fb812f0b71cf111fcf13c820185e6603a 2,078 1.00/1.00 vMB 71
444,480 444,480 000000000000000003086cfa34d4cca3ebc350933306b5fcdc675d7525c5d206 2,192 1.00/1.00 vMB 59
444,479 444,479 00000000000000000243cb1dc930a9c0fb4600ee2f4c8bad727e817906fde1ab 1,705 1.00/1.00 vMB 61
444,478 444,478 00000000000000000388baf490ce49063efef1d3283ff17d4a3b077547c8570f 2,329 1.00/1.00 vMB 87
444,477 444,477 000000000000000001958fda80008c3c885e28a91cddce4193a345915d3819fd 1,905 1.00/1.00 vMB 73
444,476 444,476 00000000000000000322ca87b69850bfbd5f365d7a669eebdc093069903cb058 2,245 1.00/1.00 vMB 62
444,475 444,475 000000000000000001940455d2e6a5e930db6c0ae8310fbf3a8db56bdb4af0db 1,521 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.47 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.