Loading Tool

Explorer IconExplorer

Memory Pool

17,026 transactions
8.19 vMB
0.07004626 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.17/200 MB

Candidate Block

Mining Attempt 19433b02cc9451d55a9c0a3a1c165a3330e9ba08541b7d115f14472cea10109e
Version 20000000
Previous Block 00000000000000000000e687af6501ddd9cf3b65e64074a5f6330970f0f2158f
Merkle Root 6631e6a6ecb75600f1db7ae051d819604153d109234ee617a879854f7825cf9c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.05298976 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,418 (638,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,737 274,737 00000000000000032393733d966e7603a1bc7690e880d309229a55217c963ed0 178 0.34 vMB 13
274,736 274,736 000000000000000003da16c9e2b1b09dd1e366183017688ee53d01ef6aee9722 106 0.08 vMB 30
274,735 274,735 0000000000000004aa7f4242241bf4e0ecb6b63f4b7032c806715d92007e320b 47 0.15 vMB 7
274,734 274,734 0000000000000001f12bb3d84f081e3735c5d6668db1104de89b29cfac4c869f 151 0.06 vMB 43
274,733 274,733 0000000000000004905185711720b267a133d5b2ed9b0e0e0d35ca1e5e4f429b 178 0.12 vMB 29
274,732 274,732 0000000000000000b08268a7c8e49a817b36fd21fa1217d88f11f97f8924ab58 13 0.00 vMB 80
274,731 274,731 00000000000000044eedd1dd634d2409c891c53657cbc89a670c6b93a111d351 37 0.02 vMB 35
274,730 274,730 00000000000000024b2344654a367a73aa3d22d9a81bd5ffce32d55002df72df 319 0.16 vMB 53
274,729 274,729 00000000000000026fe95c8bea4c1f935333a9d90e987febb7ad3b9ccfcbe697 129 0.15 vMB 19
274,728 274,728 0000000000000001d7de61527f4a94140fdb20f8dfbd76a66bfd47a54368cc3c 649 0.25 vMB 56
274,727 274,727 0000000000000003ab9751f95c562972aff60cf468e0b9efb6257bda6a96f64a 321 0.19 vMB 46
274,726 274,726 0000000000000002eba71636a573b6992b874ac2d124a17653a687d3df2c540b 505 0.25 vMB 52
274,725 274,725 0000000000000003e678544b72174460aae2934ba2c6bb78adcd5dd001a75917 407 0.20 vMB 53
274,724 274,724 0000000000000000bfe242e4e124851ea136227a62c7bacfa4e416e9061f487f 52 0.03 vMB 36
274,723 274,723 0000000000000001ab5084ea5793edfaa8a3e4be5a335cd83090941ec2d52f1b 532 0.38 vMB 37
274,722 274,722 00000000000000025f4788bbde430c16e40399d0707e8f32d53c1469f27a06af 667 0.25 vMB 60
274,721 274,721 00000000000000016a1b0fa95ce129603f8d827f9dba4aa43d7f98e5204571a8 23 0.03 vMB 8
274,720 274,720 000000000000000414238980581cfa95902d07b02ac6ceae6066cee24846286d 416 0.20 vMB 57
274,719 274,719 000000000000000356b0bd5476587974c50c26af38015f7fbf14728bb4ce4a12 279 0.15 vMB 39
274,718 274,718 00000000000000029b3a51b7bf36899555db1bd7d6943260712993aaa2b258ed 274 0.15 vMB 27
274,717 274,717 000000000000000066c7ecb4c39d15265e6f9ef829bfdfab1757ddac53330496 775 0.35 vMB 53
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

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