Loading Tool

Explorer IconExplorer

Memory Pool

40,012 transactions
26.43 vMB
0.06461715 BTC
Random Selection Loading Transactions
Max Size: 137.33/200 MB

Candidate Block

Mining Attempt 5e0b04950c15d64b9256f4a58df73a76aa7f769dab1c3a242a3a26a08e7f9695
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 39e86f37044e7a81906f302a8ba09f320c938574106ed5a3a079e19ce02d29f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,031
Size: 1.00 vMB
Total Fees: 0.01596708 BTC
Feerates: 265.25 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (479,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,385 435,385 000000000000000003f7869bbdb29a084c313c16c044cb0cdfc3ae00d07e528f 2,406 1.00/1.00 vMB 58
435,384 435,384 0000000000000000014943e1f3268df38b9e85077385be14dc23f6929f01ba7d 1,793 0.75/1.00 vMB 63
435,383 435,383 00000000000000000078f1e69ef2e33e8ac7e920da6d83dde75a2b366d5bb95a 2,395 1.00/1.00 vMB 97
435,382 435,382 0000000000000000021c68ef8d0961efded15073c4750013bda8da7a90235b75 2,260 1.00/1.00 vMB 64
435,381 435,381 0000000000000000034b9a7b9836580d74041313a94d216f0086b4bed718b0a5 2,328 1.00/1.00 vMB 64
435,380 435,380 000000000000000000aedfd7808f1755f4186eb8e342b2cd40d516f5a586c70e 1,320 0.59/1.00 vMB 58
435,379 435,379 0000000000000000032b559b1aea5db7a6b61287b9ad831c79cffe78a9c7a2ee 1,351 0.56/1.00 vMB 64
435,378 435,378 000000000000000001d275163b52459b7c8f5536613d547a76143c89b411cd26 1,727 1.00/1.00 vMB 40
435,377 435,377 0000000000000000043a8a9fe16a6063282f151f2e484508ead75a6c58bb6785 883 0.34/1.00 vMB 61
435,376 435,376 00000000000000000268f09ee8c43ec7d5d098edb453995d6f08f74b87f92f02 66 0.03/1.00 vMB 58
435,375 435,375 000000000000000003ffa3009ff542c6924ce3a4d4fbdf16a2b4be544e5e7074 328 0.13/1.00 vMB 61
435,374 435,374 00000000000000000189348863ae9419846b60890a9ffeb5b1e17f859294ffdb 173 0.08/1.00 vMB 58
435,373 435,373 000000000000000000e318c8f4fe26190bbc3ecea99d55a60087a9b11dd2ccb6 1,005 0.99/1.00 vMB 27
435,372 435,372 000000000000000000425b1d9ea7cdb299e1901057d07149fa075c25aeb8c93a 859 0.49/1.00 vMB 52
435,371 435,371 00000000000000000140e59ec2d0a4766ff84c761926fd837375e9126ee161c7 1,058 0.41/1.00 vMB 65
435,370 435,370 0000000000000000028f17140390cceba1cf48373635e2533409fbed7eb667a7 262 0.12/1.00 vMB 61
435,369 435,369 000000000000000003774aafd3df23c5ed3b6e481e0e0ee91ee806afe3727727 2,121 0.96/1.00 vMB 60
435,368 435,368 000000000000000002917ec2c012b31f8a2e7629294412900b9f8ec7889ac485 302 0.15/1.00 vMB 60
435,367 435,367 000000000000000001a13b6ef8d04a13937ed1c7d9eb06fdc8db20e4e045a605 1,719 1.00/1.00 vMB 45
435,366 435,366 0000000000000000041fb07e69768e66b3f6f984b21170cc5ff729ce8f1af8b1 819 0.99/1.00 vMB 22
435,365 435,365 000000000000000001b3a0ae5fb627bd86ca1f62d97269ef31f2a117811c1a40 486 0.22/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.