Loading Tool

Explorer IconExplorer

Memory Pool

81,508 transactions
30.16 vMB
0.13118805 BTC
Random Selection Loading Transactions
Max Size: 181.40/200 MB

Candidate Block

Mining Attempt 47d4f2ad8d00dcabea3f8cd5447ff0e5d154d18d28e3269b6faf458f08ec9012
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root 9aed8e8bbaf1b1f7b08f7f63d16ba00d6d2e0787f7b8bec56a0b60327109961e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.03875834 BTC
Feerates: 301.60 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (436,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,335 478,335 000000000000000000047de402de1b626b6d4a424401abf00b9fc1f2d378b043 3,292 1.00/1.00 vMB 171
478,334 478,334 000000000000000000e95e3269433e95d9f6e4c6ebe405dcbbb942eccee6c9a0 2,946 1.00/1.00 vMB 199
478,333 478,333 0000000000000000002ae705d7e5ca9f5cb3cc144438c147929957343870c0f4 1 0.00/1.00 vMB 0
478,332 478,332 0000000000000000012bb8073eae456fdd5b354f1a43052fd95cd83b9a3a5853 3,880 1.00/1.00 vMB 171
478,331 478,331 000000000000000001297a8981bce37a73ee95caa66838ed1eee83c06b81b641 2,157 1.00/1.00 vMB 199
478,330 478,330 0000000000000000000c251bedb28b035e13c98efbe2c21515e9f97b695191a6 2,071 1.00/1.00 vMB 153
478,329 478,329 0000000000000000011a1919731500c41ae3db62c6677f299b9f0455f02119ae 2,763 1.00/1.00 vMB 166
478,328 478,328 0000000000000000006d9d52c3719d17cce8c2b12e4a126d9aebfdbb06740d24 2,256 1.00/1.00 vMB 196
478,327 478,327 000000000000000001255b184e08649ebff31d800505367c807b5bc9dca11914 3,298 1.00/1.00 vMB 187
478,326 478,326 0000000000000000001451e7d4e5161f30b81d446b362b31b31e971ad2c50ae4 932 1.00/1.00 vMB 58
478,325 478,325 000000000000000000dc6fa3e0f1a9d8c6bc52459b44654577a6fd44b8cdb985 1,652 1.00/1.00 vMB 135
478,324 478,324 0000000000000000000979ceda25b09036d99a7334fe747f971cb117dfc9e3b9 1,224 1.00/1.00 vMB 64
478,323 478,323 0000000000000000008ae0082db4a6f911204a64576038438b723cba96ba18ab 1,701 1.00/1.00 vMB 124
478,322 478,322 000000000000000000b98cc9f6d6d71bb1719f289ad96de2d92292ce9233287c 1,556 1.00/1.00 vMB 164
478,321 478,321 000000000000000000f5c8936e44c8eacb973e26c480f4d1065bba44aead4976 1,401 1.00/1.00 vMB 93
478,320 478,320 000000000000000000432ab23eb6c9d1121c1d4cca9446387235e36e777db21f 1,976 1.00/1.00 vMB 154
478,319 478,319 000000000000000000a0cc868cf426a2330feb7bce5f9807a89529d8168c17bb 344 0.18/1.00 vMB 176
478,318 478,318 000000000000000000f8e803b90952d703606d3272a23706dc63e8e1775e21b4 332 0.31/1.00 vMB 98
478,317 478,317 000000000000000001388315e580b8e305d9cc07e2b693f42a8f755feec48ed3 356 0.38/1.00 vMB 112
478,316 478,316 000000000000000000a7e513b75cc95d3b25a3de75748c46b53c18bd4f8279bd 590 0.42/1.00 vMB 104
478,315 478,315 00000000000000000085bbd0b4ef2fddc3336454441096082c0ca2ea7734e34e 677 0.50/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.91 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: 713.89 GB
    • Received: 17.50 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.