Loading Tool

Explorer IconExplorer

Memory Pool

47,148 transactions
28.03 vMB
0.08815062 BTC
Random Selection Loading Transactions
Max Size: 148.60/200 MB

Candidate Block

Mining Attempt d049e55f5964d5f9a808f120944f705a85c65bd3e720e538fec6ff1afe7651cc
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 98285421d62fef27e196ef5cb9d493fa94af8bc144df6708e6e5f4255f16baed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.03280715 BTC
Feerates: 200.00 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (908,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,563 6,563 0000000041995328aff3a68c1d466f9c7906981f492235ff71964e06cf1053f2 1 0.00/1.00 vMB 0
6,562 6,562 000000000bc27e52b44cd7dec9b4fbcc20c3a3e5afcac46aeb5f6a31c4c71b18 1 0.00/1.00 vMB 0
6,561 6,561 00000000b3678464e2e88134700b20ac0e29b30e7368698083a6591127e123d4 1 0.00/1.00 vMB 0
6,560 6,560 000000008c20691cd9b2c56bc110a3d9a431cbd08ce60bb63958f779e5ab081c 1 0.00/1.00 vMB 0
6,559 6,559 000000005fb2e00bae94eaa99f1715fd433f96dbb6714ce06f4b36250e898905 1 0.00/1.00 vMB 0
6,558 6,558 00000000a66d01b8f6ad9769ce667488815102c78e056bfc94ae431109933631 1 0.00/1.00 vMB 0
6,557 6,557 00000000b0cd5f70892b121097c1d34bec061ef951d0ff1effabb2bf33a2cd9a 1 0.00/1.00 vMB 0
6,556 6,556 00000000e746958c51f83d12ddba62886b212976f908b382a4fda49641d95a18 1 0.00/1.00 vMB 0
6,555 6,555 00000000ce81123a6c51ebb5f5a0c4e56db417905de679960a6da8b5ef57276c 1 0.00/1.00 vMB 0
6,554 6,554 00000000176d5e0d79d721f3a359dd15e941f9219ace47153949508161c33b24 1 0.00/1.00 vMB 0
6,553 6,553 0000000028c18620aeab000ec560a64419bec60c4d31a226fb0c960752886e0d 1 0.00/1.00 vMB 0
6,552 6,552 0000000069080c00ad6658ce29f7a094ee78168e8eda10ccde62042f4b7744f9 1 0.00/1.00 vMB 0
6,551 6,551 000000000865506a72d77c94c24d867a61e79ef0f3dff73a7a8c8589004d76e2 1 0.00/1.00 vMB 0
6,550 6,550 000000007e64ffcb7bb48166d78eec11a5f6382839e39ef93cca7ab069419290 1 0.00/1.00 vMB 0
6,549 6,549 000000005b6243538fcc845789b3893ffd33e8e35c9b0dea1ba3a581e24deac0 1 0.00/1.00 vMB 0
6,548 6,548 0000000086f96f6089236b0f59b2964df110455539f79e1354e537125ef24f11 1 0.00/1.00 vMB 0
6,547 6,547 00000000e0d9aafea15349436e44e9d256531d1db3d99d78b7c15c8655085d19 1 0.00/1.00 vMB 0
6,546 6,546 0000000042ec50926bc6e547e89a2bcc339fa4104a321437dbb79d58cbe19da8 1 0.00/1.00 vMB 0
6,545 6,545 0000000067e2d396553dc6a1016e183f46562a5ce47da525dbca207736916829 1 0.00/1.00 vMB 0
6,544 6,544 000000000e2301b082e35c3f7f1d9dd63bb1a93878cb45741a799d32859df32a 1 0.00/1.00 vMB 0
6,543 6,543 000000003772166c5a96e7a18481c0d7875ba47fed4524e9db445846215293d4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.20 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.