Loading Tool

Explorer IconExplorer

Memory Pool

11,027 transactions
3.78 vMB
0.01084843 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.24/200 MB

Candidate Block

Mining Attempt 7f93acea67c04d7cf16839ea36dabb208e943df994a1ab27b82b7ef00046fec0
Version 20000000
Previous Block 000000000000000000009a929be43b792df614d84143d9278cce62466a093c03
Merkle Root 0dedf14ec2d9e8b17caa79cbef92be9a6bfe8d3c3a400cc645194b9216b3da50
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,612
Size: 1.00 vMB
Total Fees: 0.00671600 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,485 (710,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,887 202,887 000000000000053741312ad1296e5f8c7760e24b81f6f57c86aee5c0cd322e21 190 0.10 vMB 122
202,886 202,886 00000000000002a1287d243ac6d2f86c20aca36e91ff99f668ceeac7ea07b26a 155 0.07 vMB 207
202,885 202,885 00000000000000474de9cbde2be7ef640e96309eeef1e5b5ed90eb2ad253d728 259 0.13 vMB 210
202,884 202,884 00000000000001eaa9e3b29c75c50bae368720c36af803bf09f972e50aa9adaa 71 0.04 vMB 239
202,883 202,883 00000000000002b008fbf20419d047760ffeaba5d1f96bb6bfb0fe1784674894 84 0.03 vMB 164
202,882 202,882 00000000000003ed518e534ac76dd01517503b2eed45ad151e3783970b36479e 304 0.13 vMB 273
202,881 202,881 000000000000026810dd8b85bd64b896f74cd2407ad599f305962ef2309cc6e0 43 0.02 vMB 246
202,880 202,880 000000000000031113d9aff1d9726db886b82fc59b91c1ca44d4110d9269a307 284 0.10 vMB 278
202,879 202,879 00000000000002b1cddf69d02e1001fa8c195db82c73f33176f303b2a6ea8434 351 0.14 vMB 194
202,878 202,878 00000000000003de6d28b5cd36af855adaa0f60a6de1639f27607a0fd0036a33 9 0.00 vMB 17
202,877 202,877 00000000000003c31c877f5b9cbdcea7adb88f9eaca107e86e89335a8b3dfae0 145 0.07 vMB 256
202,876 202,876 00000000000000483818b2678b98d06f5fceb99c3634077d1f1f4ef3738a8aa6 85 0.03 vMB 31
202,875 202,875 0000000000000409a2fbe3462fe9f2bccf6803995ce13dbf4f0369295320717d 414 0.16 vMB 225
202,874 202,874 0000000000000460b51fbca1c1a8ec5b59ca4bbf2e665367cb7c852050d975ff 283 0.13 vMB 275
202,873 202,873 000000000000028cc28c2269fa04d20c904688263cefb656110f40732dd90936 247 0.11 vMB 202
202,872 202,872 000000000000039d9844944440157025d38d62ee735714e52aac98a2445521f1 306 0.14 vMB 195
202,871 202,871 00000000000000e909c44f17d9a3e9b70b1a25de0d9fea743f52c6773591b4f2 113 0.05 vMB 335
202,870 202,870 00000000000001d27d8e9924c813d24caa5e3abbf0fc9e6c510cd681b32a46cf 359 0.14 vMB 236
202,869 202,869 0000000000000373db5528382aa220a161c4055ba055ab5b40fdcb1e108a73f0 85 0.04 vMB 118
202,868 202,868 00000000000001bbbf52a8b3444e647c9cb6d4839573799cade49eb9c442d395 87 0.05 vMB 90
202,867 202,867 0000000000000528bb374579427da402820887ba53dca912761f4b486b21a856 137 0.05 vMB 4
Previous 10 blocks ↓
Total Size: 779.71 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: 350.21 GB
    • Received: 1.69 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.