Loading Tool

Explorer IconExplorer

Memory Pool

42,091 transactions
28.75 vMB
0.07293503 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt d2176ddfca299979a057c5a8863bffcc7b90478f09f8682f00b67802af4ea0c2
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 29f65e231f58c6747c3b13b79e1a931806834df02164a8af7e99ce4e93e68655
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.01702230 BTC
Feerates: 104.56 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (332,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,149 582,149 0000000000000000000bfb6b87e37572b79f87264523f4f2a56f01667315e421 2,018 1.00/1.00 vMB 107
582,148 582,148 000000000000000000127fce2f349746b0e63477a972a9b76579f73ffadd072c 2,441 1.00/1.00 vMB 31
582,147 582,147 00000000000000000025e7c32c88ef54a2cc5f1a26870a3fac30efd0be642fc3 1,436 1.00/1.00 vMB 80
582,146 582,146 0000000000000000001792b4665b92ae9aa7e3f91dd487275e4a61a36f375735 1,690 1.00/1.00 vMB 106
582,145 582,145 0000000000000000001d16423bfd57d6db4331c82803a57696875a4d2ea0b35e 1,684 1.00/1.00 vMB 109
582,144 582,144 000000000000000000238c797f1dde4bbdb0be2f9631e424611375f87030658e 1,932 1.00/1.00 vMB 50
582,143 582,143 0000000000000000001c0a233fe7645eb41fef29054c68e1ed2f0f41d34c0653 2,381 1.00/1.00 vMB 20
582,142 582,142 0000000000000000001bcbe2d4121eb998678bfcbf72ad3fffe15d842d7d65a6 1,331 1.00/1.00 vMB 57
582,141 582,141 000000000000000000166c2d2cf614e5da8c0a79f2757da18ddb179943c5119b 1,832 1.00/1.00 vMB 78
582,140 582,140 00000000000000000003c2a6d698495cb3b3b283513503e4f3202563aa9a8307 2,380 1.00/1.00 vMB 44
582,139 582,139 0000000000000000000020ace21a09cef51db3cac59ccd2e49d03f6efb713a4a 2,723 1.00/1.00 vMB 104
582,138 582,138 0000000000000000001687ded0e7028602a4603ab6e2574b588f41d1d2743ca2 2,772 1.00/1.00 vMB 113
582,137 582,137 00000000000000000012421ce1963096166640160357bfb01c79e07a66ba5f43 2,245 0.94/1.00 vMB 41
582,136 582,136 000000000000000000243469f507a17ba60833e1b0861cbd9180b6337fdba0f9 1 0.00/1.00 vMB 0
582,135 582,135 0000000000000000001a543082b75c6769064618d6aa90db907ec9440e205115 2,579 1.00/1.00 vMB 26
582,134 582,134 0000000000000000000f79f057a00c8b13008da34a10c2633d16dcd7e0b93b2b 2,869 1.00/1.00 vMB 81
582,133 582,133 0000000000000000001281004f3a67111f2322a5968b12dd46dbc1c241d192ba 2,439 1.00/1.00 vMB 108
582,132 582,132 0000000000000000001ca7cea060531520e0685004c669a8e780326e34810e77 2,572 1.00/1.00 vMB 49
582,131 582,131 0000000000000000000b29e27647480272402bbc59f7747d468cf32d702b9cf4 2,075 0.99/1.00 vMB 41
582,130 582,130 00000000000000000023859ddaef58c5888efd891714ff7d7c7d732978911116 2,474 1.00/1.00 vMB 50
582,129 582,129 0000000000000000001302c0a3428661066459f3a0c1c2c2c1c6415d924963c1 2,620 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.