Loading Tool

Explorer IconExplorer

Memory Pool

23,701 transactions
11.98 vMB
0.05854539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.31/200 MB

Candidate Block

Mining Attempt 294ed9a2baa6e3d4cfc095fc3104b44b042bbaafecea44de9fcdb837aa4f79f7
Version 20000000
Previous Block 000000000000000000006a97e8215f613a42a086a65546d53902b881da356726
Merkle Root 8e50b5c1425e356fc7e503af924eefd1cda924cc61c77a56ca29cef0e00a3686
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,656
Size: 0.99795975 1.00 vMB
Total Fees: 0.03857869 BTC
Feerates: 502.67 > 3.87 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,670 (664,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
248,948 248,948 0000000000000041a8b39ff6a0cb23060edfda93b558ec7035a5af957f827d74 209 0.13/1.00 vMB 99
248,947 248,947 000000000000000f62fa08cfa3b30e1e0803a4f17858b2d9078e9119e10d4733 304 0.22/1.00 vMB 107
248,946 248,946 000000000000004db0d2c5f618a5a107b1e1f3c64fe0ac043ab14cc2b3c7a726 422 0.25/1.00 vMB 169
248,945 248,945 000000000000002faa924a4d044a1dec915dafb5d2370814059cb94d2dd7bca0 424 0.23/1.00 vMB 130
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.16 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.