Loading Tool

Explorer IconExplorer

Memory Pool

45,119 transactions
20.21 vMB
0.04965013 BTC
Random Selection Loading Transactions
Max Size: 115.26/200 MB

Candidate Block

Mining Attempt 8f5b73b28195eb1071489137eeb01850dca8950ce3300076bcf44dfb6213f216
Version 20000000
Previous Block 00000000000000000001323fe069843f6de5e66a959756e1df0636004842fa6c
Merkle Root 9236845b9d52f682ac99c361af8db717b7bc17e9ee546035340ea84095a556c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,486
Size: 1.00 vMB
Total Fees: 0.00984418 BTC
Feerates: 100.29 > 0.99 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,973 (855,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,396 58,396 000000001483fe6fd912804a68d351f976437f77f627bf47f111609ab02f89cb 1 0.00/1.00 vMB 0
58,395 58,395 0000000012f77c5d082452f1b205ccce73b7e9e685ec50ecc76b08e9cd395459 1 0.00/1.00 vMB 0
58,394 58,394 0000000001eccce1dc9a7f506fd5d22c22170c227ced95ca5f1a04b1cfeffdc5 1 0.00/1.00 vMB 0
58,393 58,393 000000000fbf94550e19ba6875ddf3ffc4bd00b131cebdcee14e571c4dd3e773 1 0.00/1.00 vMB 0
58,392 58,392 0000000000de04964070d54ed2f58a8b7188c128a32aea0693e42ea00898e8dd 1 0.00/1.00 vMB 0
58,391 58,391 000000001221489b54cc7a6fe4dc1d4f1823100948ce21641a3fdf0f63c87ead 1 0.00/1.00 vMB 0
58,390 58,390 000000000fcd6818e3073c0d8edfed23aa6fad2b8606a21f2a8774e01082520d 1 0.00/1.00 vMB 0
58,389 58,389 000000000e475f49b401bd45f63cec58b2d28c25851b9e946274d78471686342 1 0.00/1.00 vMB 0
58,388 58,388 0000000004bf0b940588612cda23e92219a314c6980d01f2b8b7d6fd31579d77 1 0.00/1.00 vMB 0
58,387 58,387 00000000088d36bd0603f6a2d7e5d27c822833902dd5655d05ebe92b347d8f48 1 0.00/1.00 vMB 0
58,386 58,386 00000000138dd0ba1feaf3797736a743bcecc0c36e32d948304a033418d49659 1 0.00/1.00 vMB 0
58,385 58,385 0000000008760f2399820b62103da6371f83906da33338a9d37da30c22beb59a 1 0.00/1.00 vMB 0
58,384 58,384 000000000dd1ef1ac177e577978e06c45b29a78689b581ad996ddb420e06b716 1 0.00/1.00 vMB 0
58,383 58,383 0000000007f66c6c426cb52a68eaebe81a9d0d62432bc9069d730e6ab7fdaafb 1 0.00/1.00 vMB 0
58,382 58,382 000000000a74f48d79d61bbb85631012ac3984fdf5b866f740f66bd46d40f66d 1 0.00/1.00 vMB 0
58,381 58,381 0000000002134d6332ca0cf4d2215e106e9a41186a2d6058b47103a70345a9dc 1 0.00/1.00 vMB 0
58,380 58,380 0000000012eb75d877cf00d44ff5b136bd4f951ddd363061c5cc5dec5d9b637d 1 0.00/1.00 vMB 0
58,379 58,379 000000000b0ec448bc3a5f205c95b421c9f597ded12203e3481924802d4b963d 1 0.00/1.00 vMB 0
58,378 58,378 000000000d6ea97fa7c370990c86d1d71119efabf98c0de9b25350a2ae04342f 2 0.00/1.00 vMB 0
58,377 58,377 00000000021bcdbe4543817bb229969bdf7c5b1ee9c654574e674a9b969de0a1 1 0.00/1.00 vMB 0
58,376 58,376 00000000078936197729ad83a111f1f3ccda58ff7ee8a800da3cda0da951ca0b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.56 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: 537.28 GB
    • Received: 6.05 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.