Loading Tool

Explorer IconExplorer

Memory Pool

39,856 transactions
17.60 vMB
0.14257514 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.10/200 MB

Candidate Block

Mining Attempt 5134f89e8caec80b2fc4492e2ab75a6994d4828d0f1beeedea133965c16576e9
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root bf2019f54c8a3bd2d933a7d21bbe86459656868f4708d73e24501570f499d4fd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.03840473 BTC
Median Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (692,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,285 221,285 000000000000015218946605bedab91bd97df6757ffd2c8321adeb75cfade721 373 0.16 vMB 209
221,284 221,284 0000000000000218eb432abee119d004d1024b76a8569aa766da5599e1b7755e 437 0.20 vMB 188
221,283 221,283 00000000000004090173f2acc5482edd4531970aceef380859cd43cd9390bd1f 53 0.04 vMB 80
221,282 221,282 0000000000000481dcc655b4696cb0d158ad8f13b4fe60c60d645eab7bef6387 56 0.02 vMB 256
221,281 221,281 000000000000046237fae4ed79e81a5b10ae44a2ed76abce70e716e276047d03 341 0.15 vMB 161
221,280 221,280 00000000000001cca3f9aef26188140afdcb31716d725297edc800066c5978f3 587 0.28 vMB 193
221,279 221,279 00000000000003d8020629f2f82b09db0e606e1eb5277e88dfc25c5b29ea274a 23 0.01 vMB 34
221,278 221,278 00000000000004fdc67f52cbb82aaea55cfa7891a23b7c0ef8e8de26aa6dc332 509 0.25 vMB 171
221,277 221,277 0000000000000040907e28673326a3463df743c372121b1b79882690eca4fcff 594 0.25 vMB 194
221,276 221,276 000000000000047fead80b247e86179f1fadc8d79c15e62aa03ded85c5309e33 125 0.05 vMB 210
221,275 221,275 000000000000017a2dc9767e6cda479bff444efd55e6d119db2ae978317323c2 76 0.07 vMB 103
221,274 221,274 00000000000004bb8d41bb697808d9826a3f8eb7ebd51da2aabdccedc0b77d0a 11 0.00 vMB 15
221,273 221,273 00000000000000099aff0aee12ab061ec5c549f7d410da8ad12392be1d8f09c8 7 0.00 vMB 44
221,272 221,272 000000000000037e7145a1fd7d867aea41d375ff388f62216c45858826a27c6f 726 0.25 vMB 236
221,271 221,271 00000000000003f6f1f20c5d3c6965b4e58c9380fc6cd224a280abcf196bcbc4 91 0.05 vMB 100
221,270 221,270 00000000000003a23a945ffa41a3d0e0b8c8f9881bdbd2da5bb7421a9b37b827 70 0.03 vMB 144
221,269 221,269 0000000000000381dc37a510d9d44caccd0c63633cb86f35a6e7f7d7aa477380 47 0.03 vMB 203
221,268 221,268 0000000000000121d82684210cb97c2b20f33e5a7df2f068df6113996e759511 362 0.17 vMB 185
221,267 221,267 0000000000000167f9743058eca6f05b8febea3952631ff1b80a6f6743b47f79 630 0.25 vMB 218
221,266 221,266 000000000000013358a1fbd114477b97805337d95cc751edc9f94c9bf379bfdf 364 0.39 vMB 80
221,265 221,265 0000000000000510e300a304ab17b6e56751e9af63a22680868b15ad769a9786 265 0.14 vMB 172
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 111.81 GB
    • Received: 0.47 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.