Loading Tool

Explorer IconExplorer

Memory Pool

81,572 transactions
31.23 vMB
0.07762407 BTC
Random Selection Loading Transactions
Max Size: 190.03/200 MB

Candidate Block

Mining Attempt 5a80fdab8e27a258d493e0fe889fbc790b9506d4c4aa941563b486415cc0efbb
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 382a4d8eac38a4ccc52b8f2931506948f43dd0f64e63ee7dd5b387077a0b925f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.01017259 BTC
Feerates: 100.37 > 1.02 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (299,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,292 615,292 00000000000000000008725ebfbf1669a53962a772121ee206961e6ae8a865da 2,439 0.77/1.00 vMB 3
615,291 615,291 0000000000000000000121536ffebcfba319d6a582c5f9dea2ad298d9b429714 2,315 1.00/1.00 vMB 24
615,290 615,290 0000000000000000000b4f7756df5d72b7dbe09c0a78f44020bbdd3be9e861b8 1,908 0.67/1.00 vMB 5
615,289 615,289 0000000000000000000dd85ccb59e7e612dacb132edef61f2777f3035255f826 3,005 0.99/1.00 vMB 20
615,288 615,288 0000000000000000000748e97f3acea88343065f18c36b3ca41780147456885a 1,450 0.50/1.00 vMB 15
615,287 615,287 00000000000000000001e484b1c6fa1e6fb4f503a24b335971722045c83d6815 3,023 1.00/1.00 vMB 7
615,286 615,286 00000000000000000004609e0bba8ad915eda3b310c2e8fc69062d8f9d6b25c5 2,729 1.00/1.00 vMB 8
615,285 615,285 0000000000000000000c905062a1d3baa9bdfe0aa1d8e4f30c03570cbaed223a 2,642 1.00/1.00 vMB 23
615,284 615,284 000000000000000000076210985fdb5ac22992efc27d1e8568b533c9a5b17c5a 2,321 1.00/1.00 vMB 20
615,283 615,283 00000000000000000002a549bd53db4d74e646f22478ff3d6794333bbb2b3022 679 0.21/1.00 vMB 13
615,282 615,282 0000000000000000000d47411dec6c834ae2672997cb15313d907af2bade02cf 1,475 0.50/1.00 vMB 14
615,281 615,281 0000000000000000000d88e2a0ddee703e397a78f314b626ffa042c0c7095921 1,307 0.40/1.00 vMB 17
615,280 615,280 0000000000000000000bc59c45cdbeb4adb087a8f716bd11346ccf50594384a0 1,825 0.98/1.00 vMB 1
615,279 615,279 00000000000000000007f005e1b7b60f96a20f5ce6398dc609554ef4ccb7f289 3,033 1.00/1.00 vMB 11
615,278 615,278 0000000000000000000a95e4806f126a0ca50b6fe10242d72f01fc8486ed4201 1,655 1.00/1.00 vMB 7
615,277 615,277 0000000000000000000d52a100b7708698af95629c56669e4f726a65112bfcd5 1,854 1.00/1.00 vMB 7
615,276 615,276 00000000000000000011427997b1c4166c34309a582c3f87fe783be4a73591de 2,674 1.00/1.00 vMB 13
615,275 615,275 000000000000000000038521f6a4ffe40d18f1761f6721e0480b82e0feef648e 2,730 1.00/1.00 vMB 15
615,274 615,274 00000000000000000009fca1bc3da4766f07781e6681bdf6dfbd7da83b4dfe33 2,408 1.00/1.00 vMB 10
615,273 615,273 00000000000000000001ae5f1b70d26259f092a16b3edaf70c21f5a37164a09b 2,451 1.00/1.00 vMB 13
615,272 615,272 0000000000000000000bf883a15a3536cd8e8972a92f8e5599560c0829128de3 2,762 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.