Loading Tool

Explorer IconExplorer

Memory Pool

80,661 transactions
30.00 vMB
0.07896497 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt 2695b6d01f9b3a6bbb1127a31e3ddca31c54d0f3fdbdff04d4003fe0a7857d77
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (424,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,959 490,959 00000000000000000046f4647337741f1bc44d1462294f436ae4addf8196c3f2 2,472 0.94/1.00 vMB 201
490,958 490,958 0000000000000000009d6f3232c0eb01074f8bb85eb21b5da7a0fe6aef236509 2,344 1.00/1.00 vMB 132
490,957 490,957 000000000000000000554e870b24e3e4bf9b8c99f4fe9599762a873e72dcd520 2,502 1.00/1.00 vMB 133
490,956 490,956 0000000000000000006b9a2d7ff0c3f5a2856a8653ab63000dae69e466bb6aba 2,177 0.94/1.00 vMB 172
490,955 490,955 0000000000000000004f86e8b7637b762e3e49f2c705b5476835824da7fc56e0 2,494 1.00/1.00 vMB 124
490,954 490,954 0000000000000000006405b17ec73c5290153014c137edcc4d7c314303720841 1,903 1.00/1.00 vMB 95
490,953 490,953 000000000000000000d091f9c5d7815e1a685f702b4164258881200635e4caf2 1,504 1.00/1.00 vMB 98
490,952 490,952 00000000000000000060420126590c51960d284847a8911ff8395784220fb49c 2,475 1.00/1.00 vMB 121
490,951 490,951 000000000000000000714342553b5fc39da4d061e5657141d58fe72272ccf284 2,076 1.00/1.00 vMB 142
490,950 490,950 000000000000000000ddac0422ccf3fdda566d9424eb09e77c3584e081e5ecb7 2,273 1.00/1.00 vMB 175
490,949 490,949 0000000000000000003e3ab79b8c8321e9d33897319ac49efa301cbd8be66df4 855 0.73/1.00 vMB 65
490,948 490,948 000000000000000000a648d24f5419df74e549e48d4d30a3f3df4073a56d0372 2,218 1.00/1.00 vMB 122
490,947 490,947 0000000000000000001acd48c9f8886c2045009f8ae0ad64bb46bfe45d4549a0 2,333 1.00/1.00 vMB 173
490,946 490,946 00000000000000000008e4f077a116f64cd82e43834577b3cf2492367edd2c0d 1,713 0.91/1.00 vMB 54
490,945 490,945 0000000000000000000d5db4d402a9f5286bdb5198c6946bcecce14aa96265e6 2,292 1.00/1.00 vMB 75
490,944 490,944 0000000000000000006cb3f7f356d06e532b26ab3c016242599eee93b0ba8672 2,103 1.00/1.00 vMB 46
490,943 490,943 000000000000000000456e215cea7751c4bb8a585dea0076023a33e1f0b460bf 1,620 0.89/1.00 vMB 69
490,942 490,942 000000000000000000b264027daa2162c67568cf910fceebef1e34c38ec62c99 2,353 0.92/1.00 vMB 163
490,941 490,941 000000000000000000be59f85755d4bb40bd3e023cb365d6e7bca9965379a0b1 1,272 1.00/1.00 vMB 27
490,940 490,940 000000000000000000783d45b01c344a4721b837d52d5580fcaffd197c0f1976 1,463 1.00/1.00 vMB 34
490,939 490,939 0000000000000000006d3e8024e31fa3428ef48ea0645bf27829d401a2929e81 1,825 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.37 GB

Node Details:

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