Loading Tool

Explorer IconExplorer

Memory Pool

40,479 transactions
16.43 vMB
0.12293437 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.78/200 MB

Candidate Block

Mining Attempt 8c8979e1299ee3af9b9709c52e250ab41599e3a988be856e345ae6d91baa207b
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root ef8e73d65a80008ed9c8e8dc8bd33005fa3eecfb6bf427392ad6221f9b5e02ba
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,975
Size: 1.00 vMB
Total Fees: 0.03833061 BTC
Median Feerate: 3.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (700,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,967 212,967 000000000000011cd9fbce9e917196b94db6111562c121eda125575571d385c0 512 0.23 vMB 239
212,966 212,966 00000000000000a572d34f669a4adb025bcfddae9bca099109ef3c483262a7f0 552 0.20 vMB 203
212,965 212,965 0000000000000337008d6ddb5df03a0ddd7da75528ae674efaa6516130b007e8 497 0.25 vMB 159
212,964 212,964 0000000000000376320e30271b18b82539195cd0b451e5d49f4cb510c45db067 561 0.20 vMB 200
212,963 212,963 00000000000000de12801def1aacc92eeb13e27cc57920206f82366c26eaebd3 163 0.07 vMB 83
212,962 212,962 0000000000000337a15d2d9a846d195b5c51792b8b5dc0e4c2754e53a98de5a5 679 0.25 vMB 171
212,961 212,961 00000000000004d3c6f3b409399b96e41a0d70e4bf2d748069c5ddfebf59c9a1 1,004 0.25 vMB 206
212,960 212,960 000000000000040c6c5a970e65d8634d3b9f08ce354cdaef38be23f63a50cdfb 665 0.25 vMB 181
212,959 212,959 000000000000042ef85cb041a40433b1079295f2f9432b008bc4f222e60f8dec 469 0.18 vMB 181
212,958 212,958 00000000000000c0c20c91c923911c1c3d9a3961c33e1f5615c1ec3c2d7a256a 579 0.23 vMB 257
212,957 212,957 00000000000003f91bdf165f558a8e57431347f5fcb2cb210e9a86f4171540a9 248 0.09 vMB 180
212,956 212,956 000000000000007069ebb29b500f50a73b782982ea8b383a22893387214d783f 170 0.09 vMB 110
212,955 212,955 000000000000030ced7d02b925d6a8709a4d1559afe535d863cbc56d0e569894 288 0.17 vMB 133
212,954 212,954 00000000000003f32db192cc2200902ad727fbe023140c27411c68d4ad35900b 604 0.24 vMB 244
212,953 212,953 000000000000005657d9471a8869a32797a76d5efb792c745a3d5e7211f9ada3 7 0.00 vMB 446
212,952 212,952 00000000000002532d0c8abcd11ae289a122a776a09b50fe51f959fba200daf6 165 0.06 vMB 85
212,951 212,951 00000000000002536c3170d780109dd098af8996b5e998e76f85a534c41257e9 375 0.17 vMB 155
212,950 212,950 000000000000041cbcb66349024ff0a5d520b63e81a4c1ae952ca1756606313f 420 0.19 vMB 177
212,949 212,949 0000000000000069da5bb906b5a6957aec3f9b3169e84f1cda7e6e289727c578 592 0.32 vMB 156
212,948 212,948 000000000000033210cdc9aa59d99683012239847e530c834d4ba27f0a981eaa 151 0.08 vMB 146
212,947 212,947 00000000000002290355b1b3477d1cffb659de2eb02ee5df3e1a96665dec9f5d 64 0.05 vMB 155
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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