Loading Tool

Explorer IconExplorer

Memory Pool

25,933 transactions
12.27 vMB
0.03867353 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.89/200 MB

Candidate Block

Mining Attempt 3e5ddde802ca71fe832a698efbc20fa9bc5e0f2886346de574b1a39b18ef55e8
Version 20000000
Previous Block 0000000000000000000162e442875c7c7e4e83598b30e037e7ae6c2fbdfb93d8
Merkle Root a2a23bd2117cc2e706473f0dff03f2f14dfeed275309ae8974eb35bdaa26ca6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 0.99796425 1.00 vMB
Total Fees: 0.01742634 BTC
Feerates: 502.67 > 1.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,667 (662,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,061 251,061 0000000000000017a79a6341b88deebd2b58aae8f28a9ae77b8cdda49b16f5b0 108 0.04/1.00 vMB 201
251,060 251,060 0000000000000054b61fa5830fe08524260dcdbfcb216d02f6f68ca0ff3acf4c 10 0.01/1.00 vMB 111
251,059 251,059 000000000000002597ed2f8518288b268b2130e7f51b235cf00e685f85a0785f 78 0.03/1.00 vMB 108
251,058 251,058 000000000000003d7be992771eae54fd2a61cdb987889c23a422122b337fafb0 236 0.09/1.00 vMB 146
251,057 251,057 00000000000000721fb0b4372794d57d725d46cb1ca2e5f10b6ffdf9fb801a19 120 0.08/1.00 vMB 100
251,056 251,056 000000000000005a037b9978761ab6e9ab25bdb50defd060f76e772231bcd2c0 284 0.13/1.00 vMB 129
251,055 251,055 000000000000004e25437a5d599247efc1836037753ca5a730c33d05ff811aae 128 0.05/1.00 vMB 71
251,054 251,054 0000000000000029ecc133cf4b6a28d7c2c48a1003d03b53e23c211bb8392b47 210 0.10/1.00 vMB 169
251,053 251,053 00000000000000158784c1c89a49a8b0cc588cfb5bb77f08de28c4f8b1edb35e 81 0.04/1.00 vMB 50
251,052 251,052 00000000000000183fb88f497dcbce0132a51179ee5baabb75fbfda358b43d5a 256 0.10/1.00 vMB 149
251,051 251,051 000000000000005711daf950fb061a2a0be5f01d16f1a9be1bd3ca6c258ac6a2 24 0.01/1.00 vMB 141
251,050 251,050 00000000000000349097870980f8c61e60a47cc5e6a9b74573f5e2120566626f 108 0.05/1.00 vMB 162
251,049 251,049 00000000000000066a7ab04d27afbb378cccdf86619366541b567b4ccbb62c86 108 0.06/1.00 vMB 104
251,048 251,048 000000000000003b7ba0ad7300137b6e19db327e722dad6b374be72566ca411d 432 0.19/1.00 vMB 128
251,047 251,047 000000000000005a1f689f791a09f3e38e18d813732dc5bdf4ffd9087e308961 519 0.21/1.00 vMB 146
251,046 251,046 000000000000004ae05d7f1a80ce1506f697fc9d95f51fb33a3d1cb02fc92403 19 0.01/1.00 vMB 112
251,045 251,045 0000000000000064ce9fca686e85c9ea370390a1ed73c1ed316f2e4da9cd6c4f 220 0.09/1.00 vMB 152
251,044 251,044 000000000000003e10d43034aa60d3c1af38f0bcada7066d34632fc118455ce2 265 0.16/1.00 vMB 63
251,043 251,043 0000000000000037c81c289c7a9c1d47623959366738de518e5ae75e8abd1137 624 0.25/1.00 vMB 148
251,042 251,042 000000000000003fd3bd6fca6753b81292c8d94daa8a2489f6cb9d54ccf71ada 570 0.24/1.00 vMB 130
251,041 251,041 0000000000000014657ad4ad9bc1346bd8df4b12ff4152f553d3c2f9d4df6a3b 17 0.01/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 780.03 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: 483.13 GB
    • Received: 3.20 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.