Loading Tool

Explorer IconExplorer

Memory Pool

79,097 transactions
29.03 vMB
0.11634181 BTC
Random Selection Loading Transactions
Max Size: 176.07/200 MB

Candidate Block

Mining Attempt 495c2c9e73f01f4503be11be707b7ab05b85431334f9fa4775a1dc81fd8ad1c6
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 6a195a23b4ccfb281689f14102f3641fc0dde19db2bc3bc0ee10836bdbece2c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.04229909 BTC
Feerates: 602.26 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (306,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,972 608,972 0000000000000000000abc58d59268e3276e8da8d8b15b1127fb0e1f4591679c 3,245 1.00/1.00 vMB 19
608,971 608,971 0000000000000000000b0052e4a81532502fb08189d26896d5779053c7b18c82 2,532 1.00/1.00 vMB 16
608,970 608,970 00000000000000000012a0f21260bb69c38a0bb1cd24c8410cbcf34c454bb36d 2,500 1.00/1.00 vMB 22
608,969 608,969 0000000000000000000ee0541a32f1eae63d7e9ab816056105c98c8bfd0b553e 3,240 1.00/1.00 vMB 22
608,968 608,968 0000000000000000000f9d15278da26c31a539c797825160800fabd60a772f66 3,150 1.00/1.00 vMB 17
608,967 608,967 00000000000000000001504c85c2e2de5e16a9ff480e3c23aaa5478411cd4546 2,221 1.00/1.00 vMB 26
608,966 608,966 0000000000000000000b81016a1dd0cc13e37b0a7ab60a370c0f16efe8a382ce 3,102 1.00/1.00 vMB 26
608,965 608,965 0000000000000000000f70489f95eaed527b9dc0810127b9d48dc1b8fc9cb255 2,716 1.00/1.00 vMB 27
608,964 608,964 00000000000000000001a9700ccc2ac4d4ba004101dca52a4422ec8775ec17c9 2,838 1.00/1.00 vMB 57
608,963 608,963 0000000000000000001153534e98e801ce18d89abc44b0279295e658e5b51290 2,701 1.00/1.00 vMB 22
608,962 608,962 0000000000000000000f7ff5822c497b79ed0d025de05a3b96a050c1e3519b0d 252 0.07/1.00 vMB 17
608,961 608,961 0000000000000000000eddbcbde7d5be2e5fa089a062d700592d0844d2276498 839 0.25/1.00 vMB 20
608,960 608,960 00000000000000000012a9efab4be09619e5ad278c6eaed9c299a7ccd52f118a 1,321 0.40/1.00 vMB 15
608,959 608,959 0000000000000000000beb3366c60b9dc6275ac59af6ff047358904fd4ac2f36 797 0.25/1.00 vMB 8
608,958 608,958 00000000000000000013a325f3207a750a0d67b7df66585f2212f506bb623830 2,366 1.00/1.00 vMB 17
608,957 608,957 00000000000000000014892473f1acbd484d090cdefe384b629e7d707f3591bf 894 0.33/1.00 vMB 14
608,956 608,956 000000000000000000115583f95fcaf34904b5f3b3f1a4c67548871050f25813 2,040 1.00/1.00 vMB 8
608,955 608,955 0000000000000000000ea8e6a8b2efa76f3faf4428493c08976c2846915fde59 1,348 1.00/1.00 vMB 11
608,954 608,954 00000000000000000002e1ce51b65ff68f7e01d245ba2908085cf0b74bcfc9dd 1,608 1.00/1.00 vMB 12
608,953 608,953 000000000000000000107293e520f551fc2b5fe136ef809b8950fec4edcd14da 2,842 1.00/1.00 vMB 30
608,952 608,952 0000000000000000000e2a47d042fc481ad62e2963455cffc6103be87a60f7f5 2,254 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.54 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.