Loading Tool

Explorer IconExplorer

Memory Pool

46,186 transactions
28.56 vMB
0.07678055 BTC
Random Selection Loading Transactions
Max Size: 151.84/200 MB

Candidate Block

Mining Attempt db067b845136dfed8612f8b5a1f1418122685b6b7d8792d5e208e312d6c7a3d5
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root e71fda810e549075caf1188db2d8c9402b89fbff62f903a97db77b6b87cc7f4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,076
Size: 1.00 vMB
Total Fees: 0.02261711 BTC
Feerates: 100.23 > 2.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (199,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,226 715,226 00000000000000000001308da10cb770e127f07560fbc94408de8cb6bf654d32 1,103 1.00/1.00 vMB 5
715,225 715,225 0000000000000000000a9386b97435aae736bc9958d02b37b56e1dd16a692950 396 1.00/1.00 vMB 1
715,224 715,224 0000000000000000000b2923ed4fddcd2dc6e014ba0d769fbe41417e7d8c6dd5 810 1.00/1.00 vMB 2
715,223 715,223 000000000000000000007277a90ed0da8667fb9a6ffdf879e71f6c8c059c6886 2,918 1.00/1.00 vMB 10
715,222 715,222 0000000000000000000235edab256f44a2e735bc9d993d31cc2c786e44de78d8 2,881 1.00/1.00 vMB 5
715,221 715,221 00000000000000000007549638b61233f3704c0093a2ad79406b1041baf8406c 2,890 1.00/1.00 vMB 10
715,220 715,220 0000000000000000000aa11804c76de03ffb525e46a708b7a77a8c5f5144dce4 2,597 1.00/1.00 vMB 14
715,219 715,219 00000000000000000008bfb016ce19e55f7e03ed1e470f9c39e1288465e4fada 1,425 0.42/1.00 vMB 2
715,218 715,218 0000000000000000000a6a30fb92e93e02b975d11c398fc3b8c2c4f2b5ebaa3e 3,187 1.00/1.00 vMB 12
715,217 715,217 00000000000000000009dd8394217479205780f03a5d21cc82c340bb71d4bbaa 1,304 0.46/1.00 vMB 8
715,216 715,216 00000000000000000003dd19c05194eee28b454199e0b7cb22ebd3081c634bf5 1,364 0.49/1.00 vMB 10
715,215 715,215 0000000000000000000478b5c2035edd38c2c34c4061ef5a265a2f2302405b83 774 0.23/1.00 vMB 9
715,214 715,214 0000000000000000000a510457f3f4867bae615373717819a7824ff27db2f27a 2,661 0.99/1.00 vMB 5
715,213 715,213 00000000000000000009ff2fea61f5bd08ea6d9dc4eeadb89680fa88d6dc9b89 3,461 1.00/1.00 vMB 3
715,212 715,212 00000000000000000008959bafed9fde8a3be8c51862bb80fa6a6bcbcdc01187 3,035 1.00/1.00 vMB 14
715,211 715,211 00000000000000000005a9c071fcc55c49548496bfd754731a05c9ca3b9325f9 599 0.26/1.00 vMB 8
715,210 715,210 0000000000000000000622b08ef42b50214b78f1fd3eee19e2aa560ae4cd0d8d 1,053 0.39/1.00 vMB 8
715,209 715,209 0000000000000000000a4e783c4e20ddf64058009338e77b795d1077e582e0db 318 0.17/1.00 vMB 8
715,208 715,208 00000000000000000003839f187ea8357642d35c3afcada6c5a3ded89e704576 970 0.32/1.00 vMB 8
715,207 715,207 00000000000000000001ac2a886b013bfa77e5af11181aae9ff28f259736c059 621 0.33/1.00 vMB 9
715,206 715,206 000000000000000000090f0a2b28a5587c717b47afdb2ce0467216110f5fffe5 410 0.17/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.