Loading Tool

Explorer IconExplorer

Memory Pool

59,748 transactions
18.61 vMB
0.06634634 BTC
Random Selection Loading Transactions
Max Size: 118.21/200 MB

Candidate Block

Mining Attempt 1ab3a10e6b9ce9a9fa7397300bef6739fe61cd255ae763afca044d08c6aabe97
Version 20000000
Previous Block 00000000000000000000e3ef9599fe381679aa26c3ac8251afcd45d0ac0e750b
Merkle Root 8ecd05cb7b28c5aec6f71a0b208157566d2489c2eed17f71b7ea5a8874c54306
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,540
Size: 1.00 vMB
Total Fees: 0.02442334 BTC
Feerates: 1,004.23 > 2.45 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,776 (822,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,726 93,726 000000000007804038d34a3c60a4afb39e8f2f80feea4db35868620b9a23e188 14 0.00/1.00 vMB 0
93,725 93,725 00000000000653a54d98869fbb262a9267f4bf720ab62d2b7f2881954d8e093d 71 0.04/1.00 vMB 0
93,724 93,724 000000000006d78de1722471724d542c8a1a3bb1e1029ead758a30a34726e850 62 0.05/1.00 vMB 0
93,723 93,723 00000000000932c043e2a6a8e4b6ccff9a9cd4383b8870172794e9519c27f043 3 0.00/1.00 vMB 0
93,722 93,722 0000000000089da293bf319f1fc19b5a7dda57a3ce515e00ff8f7ac98dcef0c8 94 0.04/1.00 vMB 0
93,721 93,721 000000000008745e15d1eb08a9892e43155ac89e14dc1e208de9161914086a8e 11 0.00/1.00 vMB 0
93,720 93,720 0000000000037fea22400d47dbf9c0e081e5573501007dc8504b7c95f7a958d4 14 0.00/1.00 vMB 0
93,719 93,719 000000000008190e254a8e9608cfcccb465650ed6ff1e77fdd3689d7b1305326 1 0.00/1.00 vMB 0
93,718 93,718 000000000007539e431cda2b10c7f495326393aeac9f138cd1448c8f549c6654 13 0.00/1.00 vMB 0
93,717 93,717 00000000000480cdb483c92cc0e7c10b111008692f7dc50830a71ff966138839 12 0.00/1.00 vMB 0
93,716 93,716 000000000005182ed84ccff5a30cdcfad7aac7a0fc9c901cc14264299beb8124 12 0.00/1.00 vMB 0
93,715 93,715 000000000001e6c37658a40ca08860f54ad6c86f18a2fcfbe25951b6bbed73be 82 0.05/1.00 vMB 0
93,714 93,714 000000000002ae202365f0db47bbf53cf0fca62155ee2cd4af1028fac8307748 14 0.00/1.00 vMB 0
93,713 93,713 00000000000647071bfe3a85bedb94bd635e3093c70b57ac7d29503b54ce6734 7 0.00/1.00 vMB 0
93,712 93,712 0000000000098703bb4a39e83d75ab68dfe1d6035e3f92ee26a66ca8ef9d0533 9 0.00/1.00 vMB 0
93,711 93,711 000000000008d6359821085ca57676630046336b0d11013f5efecfecff746474 6 0.00/1.00 vMB 0
93,710 93,710 0000000000025aa5ccf9440eca9037da8c7a23ba224ab930e5baaeb603d99b9e 154 0.05/1.00 vMB 0
93,709 93,709 0000000000080d66dd0bedc54b351f9740be82e6a1831867cbf995e5faeaf0f4 78 0.05/1.00 vMB 0
93,708 93,708 000000000004d49d711b2ac43e4cea4ed8624e56368807c2627a859e1096a18c 14 0.00/1.00 vMB 0
93,707 93,707 000000000001a6ad1da924d74b158f6e6a35de9c7773e96e66e97684fe947603 14 0.00/1.00 vMB 0
93,706 93,706 00000000000293f51f370fb5a5c29dcc3dca609efa9464c6febed5d461ec8b90 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.72 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: 783.19 GB
    • Received: 21.39 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.