Loading Tool

Explorer IconExplorer

Memory Pool

17,996 transactions
4.24 vMB
0.01852501 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.25/200 MB

Candidate Block

Mining Attempt cf18c444105965ac9e3c1a92e6457389905d1d9c256a834dc0f78cc5b3259a01
Version 20000000
Previous Block 000000000000000000010ebf3d78750a559f300040137ee4d9f5a620eb965783
Merkle Root 3407a03552d491655b34b17c8ea7ba21f060410cf9618be1b92d894803ada5d2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,662
Size: 0.45 vMB
Total Fees: 0.00898404 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,161 (689,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,939 223,939 000000000000031f2be19fdf78e3741bae089efa5494040bf9c476c2a5500d53 0.19 MB 321 132
223,938 223,938 000000000000024fcf2b8ca05c4fc6612281d0b2bc8ee997d50e6e13ac2b766c 0.25 MB 666 226
223,937 223,937 00000000000003a0a52b48b2d32c72cf3ce937355c371bcdbfdf7aaf8531dfaf 0.17 MB 211 96
223,936 223,936 00000000000001d46a9817ca4b96a4a45fcafacfd153781056ec744d6ba73fee 0.25 MB 488 155
223,935 223,935 00000000000002c0e481b4548dd1d7ee5163757d8b7f603a7743d3c5085cf9e8 0.25 MB 769 341
223,934 223,934 000000000000026419dbb0f05271bed55af63924663c742aaaeec0a2f58da25c 0.05 MB 144 28
223,933 223,933 0000000000000216cf6af3a61894d3ad417eecab487bea137273260f7438a94c 0.11 MB 198 167
223,932 223,932 00000000000000dfd206b4dea7fb061ba9a35aeedb6934504e1d3930f209fa71 0.04 MB 66 123
223,931 223,931 000000000000001b54cdb5683b302f0d9733ed1ddad8e448ec960cddcd271648 0.21 MB 451 180
223,930 223,930 000000000000005230b1c18f17e001dc816ad41dccfa35c1fee67f6f9a46d8c9 0.11 MB 175 106
223,929 223,929 000000000000024df587a69af3cdabe3ec2ef6f6b92f09f0e2141f558a4defd0 0.14 MB 291 182
223,928 223,928 000000000000013c6001f4fc133f565ffeeea5aded077673fdaaec3b0eba7b77 0.00 MB 12 33
223,927 223,927 000000000000030ff79a1462be748a02f09fccdba50bdf35b20f8ee5a88c5612 0.06 MB 115 189
223,926 223,926 000000000000009b7cf3faeb1085bff5ed1810f5f647cc8b406588e25a347998 0.15 MB 222 123
223,925 223,925 000000000000028b5e47f8dc5ca5643e0170cf8eb68bfa43e25aaa9c6bc690c0 0.00 MB 7 211
223,924 223,924 00000000000001e28d1ec8854ecd6701ac86031f45fc22c1d757e376daa20f57 0.25 MB 604 203
223,923 223,923 00000000000003995064298dcbd4bad155df662e5c94d877007b7f8a8c149de4 0.25 MB 523 173
223,922 223,922 0000000000000063630fed4046502f67736cb0248303a1f9299157dad11bab1e 0.24 MB 632 222
223,921 223,921 0000000000000332bf92fc22b832e00072b96895c04db998af399afff35f8f68 0.15 MB 309 196
223,920 223,920 00000000000003b8ae5f39827e24785cb3fe33691bb7b91dbdf781ebd42db422 0.23 MB 368 127
223,919 223,919 00000000000000de77a20a15b059b19cf62b67055940e7491fa8e4bb4ac1f380 0.25 MB 672 230
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

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