Loading Tool

Explorer IconExplorer

Memory Pool

32,864 transactions
10.16 vMB
0.16375894 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.42/200 MB

Candidate Block

Mining Attempt ad80c7c00e7048f230fe6e2dfe039cbd1d5e23789cb42f98c82b4552092b0dae
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root f314d2e587589dc9164e6ede633a40d7caedd35d689031fce99ffc9195e62796
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.07179353 BTC
Median Feerate: 4.68 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (657,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
256,067 256,067 0000000000000017648ab3202cb45f091116d55d1bfdf2ad8c66907690d4bb92 163 0.11 vMB 73
256,066 256,066 00000000000000179be944a919bc5b0c0abb5f17cf29586d6defd3dbf3f62cba 503 0.22 vMB 141
256,065 256,065 000000000000002c106f803650a3f39961bb17d4da72e633d8dd470b2b834a0a 393 0.16 vMB 133
256,064 256,064 000000000000002217950f22b11d8c3f6c957b29a764173c7a7562036f2aa17b 604 0.22 vMB 115
256,063 256,063 00000000000000301e8c933c94b0e9866e6264978014e657064acac1c6c34cbd 481 0.19 vMB 103
256,062 256,062 000000000000001444fc024eac3cd56c95eed44336add2e51a3a5cdf6f72eecb 217 0.15 vMB 59
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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