Loading Tool

Explorer IconExplorer

Memory Pool

73,236 transactions
28.21 vMB
0.07229355 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 2c46ab21e7e2c508aa0ae19dd4cb655cc4abacda669df5115ee38bc60f7ab9e4
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (427,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,004 488,004 000000000000000000a11eaa97baa057465471a87ed18f43f75a09c9953b0a21 2,138 0.97/1.00 vMB 147
488,003 488,003 0000000000000000003be46561f9296709eb79569b539889ecb9e97cc6939e00 2,158 1.00/1.00 vMB 150
488,002 488,002 000000000000000000644c54bd360d8db261a038a083791b585bae4627c36473 2,413 1.00/1.00 vMB 174
488,001 488,001 000000000000000000a9e86805cb67cbdba06078dc1c689f5faec4129ce2aef9 1,292 0.97/1.00 vMB 145
488,000 488,000 000000000000000000f980eebec0616501eead146975f1df5ca9a1db40309547 2,246 1.00/1.00 vMB 272
487,999 487,999 00000000000000000088242a1d783ba3415713073115801e01b46784f462d047 1,673 1.00/1.00 vMB 152
487,998 487,998 0000000000000000006f286becc3641a03d1d7c9523b7ca2b4cc0503a14b4352 1,875 0.98/1.00 vMB 135
487,997 487,997 0000000000000000004f7f80a6a7624c8fe9d230d6ee7288a9924b89468f6327 1,495 0.96/1.00 vMB 126
487,996 487,996 000000000000000000edb5d0264921f5ddc6d648463d6ff75dd884c75999a823 2,126 1.00/1.00 vMB 168
487,995 487,995 000000000000000000201618c0dc5fe33a90350c1d1fd6e842796e0721b895d0 24 0.01/1.00 vMB 422
487,994 487,994 000000000000000000d57364a41b9c5d2db24f6b46f71b0df6f9db7e8b495d9c 1,504 1.00/1.00 vMB 79
487,993 487,993 0000000000000000007f0b83c7b50ff5c90f610fa37d958ff87e6866eabd2111 1,065 0.95/1.00 vMB 20
487,992 487,992 0000000000000000002bcbc9ee3d688f0939c48fbf05d295cf4c1ad5d5925b41 1,486 1.00/1.00 vMB 85
487,991 487,991 0000000000000000001c42ad652d0cdb399697856c7ccf8780b876ebf16edc5a 1,288 1.00/1.00 vMB 36
487,990 487,990 000000000000000000c423ebfe8a934a6cfbd3e8616386dca4b103acec2adda2 1,452 1.00/1.00 vMB 46
487,989 487,989 000000000000000000411ce7f7c1d3c6fb11f8f80c27e734e04ccc8dc54fb1f2 1,965 1.00/1.00 vMB 95
487,988 487,988 000000000000000000f81b328a4cda32e43013883fb69cfffadcd1ee2c8eb6a9 2,470 0.97/1.00 vMB 80
487,987 487,987 00000000000000000012117cb6ee708541d8e78eef9238fa59cd515324a4dfcc 1,857 0.96/1.00 vMB 126
487,986 487,986 0000000000000000009711694675cfd8a06fc0fe231c6a625e2187bbbd761312 2,303 1.00/1.00 vMB 132
487,985 487,985 0000000000000000008e038d4990d7dc91b757cbaf20bb19008977954e847984 2,541 0.98/1.00 vMB 119
487,984 487,984 0000000000000000005d23ee93c7aaa6659d8a46230f9e2ae2b2f01c198bb8bf 2,358 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.