Loading Tool

Explorer IconExplorer

Memory Pool

28,897 transactions
25.41 vMB
0.07323398 BTC
Random Selection Loading Transactions
Max Size: 124.33/200 MB

Candidate Block

Mining Attempt 7e22e136601ec03a614e7d174314030c656bbd71b74d3d37fd3d38f06c8d81f8
Version 20000000
Previous Block 00000000000000000000a8c9ca85a42e83d88a6fe869df81b0438b561291cd17
Merkle Root 7f02744b55ccbc33f078f9772b15997e8a761a92b60c340d46835c18a45eb7b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,890
Size: 1.00 vMB
Total Fees: 0.02639065 BTC
Feerates: 502.67 > 2.64 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,185 (753,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,372 160,372 0000000000000824447e32eef31e47fb156505c9f0ae8bf63d16022e148f2c8f 56 0.03/1.00 vMB 63
160,371 160,371 000000000000088a8ba0d599d6787ff41224b2420b75c2ccb88d094f7fb5069f 72 0.04/1.00 vMB 56
160,370 160,370 0000000000000056400ef37887d0333f632ff1978f34392059e2d5c671931087 1 0.00/1.00 vMB 0
160,369 160,369 0000000000000ab80585f35f4f958b22978b9facefaa2db379c34b7207a158f9 39 0.02/1.00 vMB 427
160,368 160,368 00000000000001c6e831971c4cf2b6137774163f938c5bb63d62b0a99090dc8e 10 0.00/1.00 vMB 35
160,367 160,367 0000000000000288513ae9385936afc0e19c7b5998f9726758cfd648d5b481b4 25 0.01/1.00 vMB 172
160,366 160,366 000000000000034b3238e0389b2171cd108533d2b31cbe174d976892a3d11a0c 77 0.03/1.00 vMB 204
160,365 160,365 000000000000018e484e32d15048f86a26de218389a236e5a08b35c8088b4b6c 12 0.00/1.00 vMB 17
160,364 160,364 0000000000000c5cacff6efd5e45dd9b91cf141936c9d70f0a098f3ac52e7321 34 0.01/1.00 vMB 67
160,363 160,363 0000000000000befa166f0bb041204563dab1e4bdd84097705b7fc576e864cf2 4 0.00/1.00 vMB 77
160,362 160,362 000000000000018a8d0dbace8510165470343b29bba688f09b0bc492c666988e 53 0.02/1.00 vMB 25
160,361 160,361 00000000000007313e84253cfe5bb155eeb9214d9ff7bf05a2aaf263f2dfba6c 25 0.01/1.00 vMB 202
160,360 160,360 00000000000002ad6aab3afa5d158f3b5c00f924adaaa5232cd77a52a8c3a820 8 0.00/1.00 vMB 28
160,359 160,359 00000000000007f7155b751bb0de08cf8c84d006c134ab68074787c0f8633c8d 15 0.04/1.00 vMB 1,240
160,358 160,358 000000000000071576ce9d3c085b608f5c5dbc9b519e2d03cbe8ecb5a7459236 12 0.01/1.00 vMB 187
160,357 160,357 0000000000000e6c2904642e31e13b0b2417a09b17c6a12dab2369728ffc4980 23 0.01/1.00 vMB 337
160,356 160,356 00000000000001db140e70faf7094ff05da22dc624dfd908794cd0bb915ab26b 5 0.00/1.00 vMB 1,015
160,355 160,355 00000000000004fbe02e1d66d3a0c40e7dca7ef241c563aa6d82a93caf803002 81 0.04/1.00 vMB 13
160,354 160,354 0000000000000c1b82901d9f7c77506779771007744f2571e804a5a9e97e49ee 20 0.01/1.00 vMB 104
160,353 160,353 0000000000000c3961240d999c58a8201cef71616ef323317b28e7b5980268f2 28 0.02/1.00 vMB 51
160,352 160,352 00000000000005789c6832b96e8ebf41500387ee17f413c8b9f376c143d91146 76 0.03/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 780.92 GB

Node Details:

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