Loading Tool

Explorer IconExplorer

Memory Pool

24,129 transactions
10.58 vMB
0.03076590 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.52/200 MB

Candidate Block

Mining Attempt 74c8b2227bf246b2171f4740720a5907de65400eba466d81970c13d1e9f7dc5f
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 640bc124f00848d953f806720150f943335bbbf31acc1bca5396ccc86d6e3931
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,660
Size: 1.00 vMB
Total Fees: 0.01310995 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (664,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,972 248,972 00000000000000455527e6f0d9433139bed4cae692e6c0e9206662f962b85394 156 0.07 vMB 193
248,971 248,971 0000000000000076388b74a91d908b29468cbb6cb6e3506cefb1ea7b6ddc1f2a 128 0.06 vMB 200
248,970 248,970 0000000000000044f808b19e56e79f74877b13d82b5f5e601ee9186b35351fef 195 0.07 vMB 150
248,969 248,969 0000000000000060e2ff63135d6fe17fd561b26ee8c501d0cdd833d750962dce 320 0.21 vMB 64
248,968 248,968 000000000000007b86653bb309700e7b86a5274b6ae7990035dfbcbad52eec39 173 0.10 vMB 90
248,967 248,967 0000000000000067d903fda4bf4cc1a11ba1ce1f9f4aa29f9559f7cf0323e5a7 144 0.08 vMB 117
248,966 248,966 0000000000000071514916b265654d0ba8a9825232148bf1b314c1559192aebc 151 0.21 vMB 70
248,965 248,965 00000000000000621f674becffde8657aae02f80325bd320460569c6d43b552d 312 0.15 vMB 163
248,964 248,964 000000000000003b8e912a9874d8ac89be0483bed3442bdb5b5f03b259338789 128 0.05 vMB 187
248,963 248,963 0000000000000013aae13409d86a00248126cb67dba419ea4b8363de65613467 361 0.21 vMB 110
248,962 248,962 0000000000000058715454a0d1ec27df07f6aee3f91b93631dd94a84770a252f 448 0.29 vMB 56
248,961 248,961 000000000000002949d071f8e0b8f1dbe7ed229935bbeef73d34cb11cd4243c0 703 0.25 vMB 279
248,960 248,960 00000000000000380b9d05b2ab7e16689a8125e0fd0c1ce73b311cb2ec15c3c1 508 0.25 vMB 572
248,959 248,959 000000000000002b773697d66083ac4f0bc8abb00ac1191b7d2a76d01e5aee9f 256 0.09 vMB 260
248,958 248,958 000000000000000abb088475f07647f6adce9f61f0963e6bcc35fa3cf1e32ccc 42 0.03 vMB 14
248,957 248,957 00000000000000699cba9d0f82465d5a1f62d090e0fabaadb1b061b5caceccab 614 0.25 vMB 194
248,956 248,956 0000000000000034a31f6fe87f9bcc15a484dd6ee2165da07dd6047d176d047a 408 0.20 vMB 118
248,955 248,955 000000000000001da3e5003459e8e433b2d025c6a985c7913427ad93a1e5e7f3 21 0.02 vMB 14
248,954 248,954 0000000000000016ba32b217cdd5b180c1903b83a80f2e632c073668473585ed 351 0.17 vMB 182
248,953 248,953 0000000000000069462916264ed45719db9c5b345c3fa6cb0ffefb9d05815100 626 0.27 vMB 184
248,952 248,952 00000000000000556799dba06fe637208525f08c8d243aadd717c517a9fc1d70 24 0.02 vMB 79
Previous 10 blocks ↓
Total Size: 779.77 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: 397.10 GB
    • Received: 2.03 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.