Loading Tool

Explorer IconExplorer

Memory Pool

22,151 transactions
11.23 vMB
0.02291271 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.29/200 MB

Candidate Block

Mining Attempt d346f07225510661a7e2894461cdf184f25f8d3333c8b653d5aa4e7b49ce80c6
Version 20000000
Previous Block 00000000000000000000e19162a3e2f9ebc9baa270d97a06a0e07fa40f94a65b
Merkle Root 2218c28b592553db40b275c8e87b3e149e776d6dc1b2095b94ab24f36c506452
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,763
Size: 0.99794125 1.00 vMB
Total Fees: 0.00484348 BTC
Feerates: 20.11 > 0.49 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,671 (664,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,969 248,969 0000000000000060e2ff63135d6fe17fd561b26ee8c501d0cdd833d750962dce 320 0.21/1.00 vMB 64
248,968 248,968 000000000000007b86653bb309700e7b86a5274b6ae7990035dfbcbad52eec39 173 0.10/1.00 vMB 90
248,967 248,967 0000000000000067d903fda4bf4cc1a11ba1ce1f9f4aa29f9559f7cf0323e5a7 144 0.08/1.00 vMB 117
248,966 248,966 0000000000000071514916b265654d0ba8a9825232148bf1b314c1559192aebc 151 0.21/1.00 vMB 70
248,965 248,965 00000000000000621f674becffde8657aae02f80325bd320460569c6d43b552d 312 0.15/1.00 vMB 163
248,964 248,964 000000000000003b8e912a9874d8ac89be0483bed3442bdb5b5f03b259338789 128 0.05/1.00 vMB 187
248,963 248,963 0000000000000013aae13409d86a00248126cb67dba419ea4b8363de65613467 361 0.21/1.00 vMB 110
248,962 248,962 0000000000000058715454a0d1ec27df07f6aee3f91b93631dd94a84770a252f 448 0.29/1.00 vMB 56
248,961 248,961 000000000000002949d071f8e0b8f1dbe7ed229935bbeef73d34cb11cd4243c0 703 0.25/1.00 vMB 279
248,960 248,960 00000000000000380b9d05b2ab7e16689a8125e0fd0c1ce73b311cb2ec15c3c1 508 0.25/1.00 vMB 572
248,959 248,959 000000000000002b773697d66083ac4f0bc8abb00ac1191b7d2a76d01e5aee9f 256 0.09/1.00 vMB 260
248,958 248,958 000000000000000abb088475f07647f6adce9f61f0963e6bcc35fa3cf1e32ccc 42 0.03/1.00 vMB 14
248,957 248,957 00000000000000699cba9d0f82465d5a1f62d090e0fabaadb1b061b5caceccab 614 0.25/1.00 vMB 194
248,956 248,956 0000000000000034a31f6fe87f9bcc15a484dd6ee2165da07dd6047d176d047a 408 0.20/1.00 vMB 118
248,955 248,955 000000000000001da3e5003459e8e433b2d025c6a985c7913427ad93a1e5e7f3 21 0.02/1.00 vMB 14
248,954 248,954 0000000000000016ba32b217cdd5b180c1903b83a80f2e632c073668473585ed 351 0.17/1.00 vMB 182
248,953 248,953 0000000000000069462916264ed45719db9c5b345c3fa6cb0ffefb9d05815100 626 0.27/1.00 vMB 184
248,952 248,952 00000000000000556799dba06fe637208525f08c8d243aadd717c517a9fc1d70 24 0.02/1.00 vMB 79
248,951 248,951 000000000000005533d98c264fdf673397b1d44d657dca5e2bc064f948a1f35d 172 0.09/1.00 vMB 106
248,950 248,950 000000000000004cb63e1932c10a218b43ef22fbe658f38b7998416234805f6d 613 0.24/1.00 vMB 186
248,949 248,949 00000000000000463b2616d64b2d4ad4350c7ee47b7941dcdf1b15e0d3eb4362 380 0.19/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 485.36 GB
    • Received: 3.23 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.