Loading Tool

Explorer IconExplorer

Memory Pool

39,692 transactions
27.97 vMB
0.05797751 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt 40e4676f257167e0b8b471de2cc76301e6eb7187d02021f0fa96647db670570b
Version 20000000
Previous Block 0000000000000000000210ce047a899c3165142ca92db23549562eea5202e5a5
Merkle Root bb85001af16c30f14ef087330f42d412f664d53abf5d0a38c124bbf6a9211f51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,318
Size: 1.00 vMB
Total Fees: 0.00421275 BTC
Feerates: 50.62 > 0.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,633 (319,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,368 595,368 0000000000000000000b9fe5a96a3b09b8d600664834cc228679049cdb4928e3 27 0.01/1.00 vMB 36
595,367 595,367 00000000000000000013b4ef892b0ea531423c4b2024635a12bc65159bbeb1c9 759 0.44/1.00 vMB 23
595,366 595,366 00000000000000000002b36dd36603c82a8211aee4280d5873602f79871c6743 1 0.00/1.00 vMB 0
595,365 595,365 000000000000000000139f7904358e84fc5cbddd6922c30bd8e99acbf2d7eb3c 1,565 0.41/1.00 vMB 25
595,364 595,364 000000000000000000178c55bc7b00fb8f5949fcda673fd4a6915a9a3e7162c7 2,859 0.74/1.00 vMB 11
595,363 595,363 000000000000000000057d7c68eb53972d9ebb68a1967470f94f9b000387ad76 3,372 1.00/1.00 vMB 35
595,362 595,362 000000000000000000046ce73722c7ac122a86e9672c73b8f9dd4b873c2c63d9 136 0.05/1.00 vMB 48
595,361 595,361 00000000000000000006b67c54c806115e679fd0b4d0fd4d73bc132adc6a8d29 471 0.11/1.00 vMB 17
595,360 595,360 000000000000000000039c5f5486ba05b854c1a9d292547eedda6c050f995974 3,579 1.00/1.00 vMB 22
595,359 595,359 00000000000000000002f1966baa9b42673cdaaf2fb6a2c4b241a16785b72f99 3,599 0.91/1.00 vMB 10
595,358 595,358 00000000000000000004058a349afe31eb1213fd6f36daa36911c4db1ac39136 3,203 1.00/1.00 vMB 31
595,357 595,357 00000000000000000012b8589abb3b1ea51de15fbf24f37b8c528fab7a0427d5 2,028 0.63/1.00 vMB 19
595,356 595,356 00000000000000000004da5da7f1ed0c67f66319473c37fec6df7818aa018c1f 2,169 0.62/1.00 vMB 18
595,355 595,355 00000000000000000007b63c81b982f423bfd765007368c35473760abdb8c6b6 1,000 0.32/1.00 vMB 12
595,354 595,354 000000000000000000123dbb3c4fa3c19409da0ab8bb498ea2a726c41a6db9cb 2,943 1.00/1.00 vMB 9
595,353 595,353 0000000000000000000ed30b14303d633e0448d6b586f7c23c8b82725f51435b 2,441 1.00/1.00 vMB 29
595,352 595,352 0000000000000000001217e4077af19872aa53f6217ff6b6dac65345ee8f15b7 2,201 1.00/1.00 vMB 25
595,351 595,351 0000000000000000001747ff2aa895a1e7f8f4df30e3cdfc2f2f5a98a0f6fab5 1,949 1.00/1.00 vMB 4
595,350 595,350 00000000000000000012635ca9e4c7a7a80f9ca3b9c75b759942c4fdd85b35d2 3,203 1.00/1.00 vMB 23
595,349 595,349 00000000000000000010e05b2ee3d69a3b23a4e537956c4ba07a851d23b71a6c 2,314 1.00/1.00 vMB 14
595,348 595,348 000000000000000000050682f9a65197b5b24fbd51f90209e60fdc77b2a1cee0 1,796 1.00/1.00 vMB 6
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.39 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.