Loading Tool

Explorer IconExplorer

Memory Pool

21,583 transactions
10.94 vMB
0.02691328 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.56/200 MB

Candidate Block

Mining Attempt d759861635fc739d22a1615ec601779c5e0caf0190f53e435bd32ebd1de4ca0f
Version 20000000
Previous Block 000000000000000000013cf5225324adfe8a332e7ff1b5228a49b64c41c89b72
Merkle Root c2dedbb10e8102eb38b6409d073c65c4ade027f440b678d94b23e1041cc4204e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,534
Size: 0.99792775 1.00 vMB
Total Fees: 0.00926340 BTC
Feerates: 502.67 > 0.93 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,633 (183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,450 913,450 00000000000000000000e9d3955c2e3309b5c786231b623822f9c02d7c5ceb59 824 0.18/1.00 vMB 3
913,449 913,449 000000000000000000015e0d39ed218f17656b9c68068e20fc4f24fd05959a8f 2,651 0.74/1.00 vMB 5
913,448 913,448 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937 1,352 0.42/1.00 vMB 4
913,447 913,447 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac 2,539 1.00/1.00 vMB 0
913,446 913,446 00000000000000000000dbf0452f4a1cf39f2a192031068182b97b884588aae2 3,045 1.00/1.00 vMB 1
913,445 913,445 00000000000000000000d8d659ab2b0e7215f3f86c21b0be7b7c9854e198972c 4,009 1.00/1.00 vMB 6
913,444 913,444 000000000000000000019a74437fb1662fa4dc257018890a4a16e726d5f8082e 4,042 1.00/1.00 vMB 0
913,443 913,443 00000000000000000000f911c6e77bc2ff95bdd35818117415ca71ec1437ae1b 4,039 1.00/1.00 vMB 2
913,442 913,442 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8 3,702 1.00/1.00 vMB 2
913,441 913,441 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4 2,529 0.72/1.00 vMB 2
913,440 913,440 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a 2,556 1.00/1.00 vMB 0
913,439 913,439 00000000000000000000c699c68edafe19ae20d6f8e38d6ee02235cce2441d34 1,015 0.26/1.00 vMB 2
913,438 913,438 0000000000000000000077a8e4484c4483f5d5f875c5b70ac5aad6700d6b4d8a 3,985 1.00/1.00 vMB 5
913,437 913,437 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d 15 0.00/1.00 vMB 2
913,436 913,436 000000000000000000001d8328846724fc1d03281da1ee820cc9c14d6e52b793 3,960 1.00/1.00 vMB 0
913,435 913,435 0000000000000000000067c8508fe6b80afea4c7f99baeb8d7695238dabe07f2 3,733 1.00/1.00 vMB 1
913,434 913,434 00000000000000000000e255f39b36bc3b8e5ed2c12a39f540812e3234d87414 3,037 0.69/1.00 vMB 1
913,433 913,433 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33 4,411 1.00/1.00 vMB 1
913,432 913,432 000000000000000000011207d815dcab53014ede61d467451b27e34c6dbb1c7f 598 0.15/1.00 vMB 1
913,431 913,431 000000000000000000017a179831ce0b4f373b9bcea4f42ab5e521bee465d57c 2,544 1.00/1.00 vMB 1
913,430 913,430 0000000000000000000024123ea6cd53efcf4a62a078a298ec938b50bfa174b8 3,723 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 779.96 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: 469.28 GB
    • Received: 2.92 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.