Loading Tool

Explorer IconExplorer

Memory Pool

25,038 transactions
5.44 vMB
0.02496352 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.71/200 MB

Candidate Block

Mining Attempt 1797c7a86eb003ee3c1cc3caae4caea6cc7d980a80e346283f8ba6708a424186
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root ae5d7b78fe4d6eb733b88448e14a518c1636c37219bf66774b73f9e52974a258
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,333
Size: 0.44 vMB
Total Fees: 0.01186474 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (657,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,088 256,088 0000000000000009901ada1d9f3bd84d7c5cdcfe670ba2efc2619bffa1ff9ae9 575 0.22 vMB 122
256,087 256,087 000000000000003087c28e9ecea2d13e9e79b05908a11b68570cc70e70a5a368 776 0.67 vMB 65
256,086 256,086 000000000000000c368c1a3bb5f3ea3e718569f10766a2a1383a3674751a9277 465 0.25 vMB 113
256,085 256,085 000000000000000a1dc047a6d1abfd1e6d1ea202e43ec112ca81fe7ca33ab46f 286 0.12 vMB 106
256,084 256,084 0000000000000029d26e030ebb6f896b8297003482ff2a9d76228a3a4435f675 429 0.21 vMB 97
256,083 256,083 000000000000001ab35900e2173e98c3a160bd1392f68cc1660b815a30bbb872 256 0.09 vMB 68
256,082 256,082 0000000000000011f98ad3a6ee4e7e8bc96013e64f7044838caefeb5f144a916 213 0.08 vMB 102
256,081 256,081 000000000000001fe210039f6966932b88b1bb9b215e9d523b2d6bdbbfe1d9fc 113 0.05 vMB 99
256,080 256,080 0000000000000028230375e91dbd8352240dc234425d7365fab37e608b0168da 507 0.19 vMB 116
256,079 256,079 000000000000002ffcfc511b6e20c83830594be4b82b3f314f32933ec952ff59 265 0.10 vMB 128
256,078 256,078 000000000000000374b877fdebe2c18773c6cccf0d07f78bf7558b642d5380d4 216 0.08 vMB 120
256,077 256,077 000000000000000345657383469ba824d531d9b1d3bbd151bf5108b0c331f9f1 22 0.01 vMB 48
256,076 256,076 0000000000000007639a0fadbdfce214390b91815d56457245aa93a58135e65c 107 0.05 vMB 98
256,075 256,075 000000000000003063a94603f77aecadcfe866c5860d646b45a34d4869634b51 33 0.01 vMB 22
256,074 256,074 000000000000001a292b81fb451ecb5d77f820487ecbce5c6cdedeb8478b7ec7 527 0.22 vMB 127
256,073 256,073 000000000000003057695477ff4d1c46c9ba3056db2b61cb7d00ee66fbc77a30 151 0.06 vMB 110
256,072 256,072 00000000000000150d0164003fb125d067240c890ead4662d7fca687fe039ad1 121 0.05 vMB 52
256,071 256,071 0000000000000025e6a0e0647b1e68510635deff913cb0c55c017f81bdcd5ce8 172 0.07 vMB 100
256,070 256,070 000000000000002b02a3eb9a6ca5db3032de479c877ff276a0be634915200255 38 0.02 vMB 26
256,069 256,069 000000000000001bcf4773dd01dc4aac9dc56990e160c443124a687a3357eea4 526 0.24 vMB 113
256,068 256,068 000000000000000f8ab799b59d7d4a0d6e8870437fdd4bf8fc50ad0297b545dc 379 0.15 vMB 115
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

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