Loading Tool

Explorer IconExplorer

Memory Pool

46,392 transactions
27.29 vMB
0.10020435 BTC
Random Selection Loading Transactions
Max Size: 145.36/200 MB

Candidate Block

Mining Attempt 4c41836c63fb667a47a244ff61d01e2054c5e18e28c7cd41cdf4189cb233638e
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 2b9d6d9cb26baabc821ef0c9a9702538d39f9e94a90315e861a82c008253a441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,629
Size: 1.00 vMB
Total Fees: 0.04938668 BTC
Feerates: 101.66 > 4.95 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (446,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,901 467,901 0000000000000000016a792e8ab7d1883dd78dfc20903a38ba4c714aa3c77f23 1,456 1.00/1.00 vMB 362
467,900 467,900 000000000000000001a4b459d894a067df5fa98da1fe84d574a65b66cc2629da 2,385 1.00/1.00 vMB 288
467,899 467,899 00000000000000000041a4ea097f94b399796c55c6fb80f26c9a8db45e1e2d5d 2,312 1.00/1.00 vMB 236
467,898 467,898 000000000000000000af51d50af7c75c95f369b8c7ffe09ab66bf01770310f4d 2,047 1.00/1.00 vMB 280
467,897 467,897 000000000000000000bc4c780640178d606217893b07912fc691998e246d830b 1,806 1.00/1.00 vMB 375
467,896 467,896 0000000000000000019aef659e328e26193be1d326606c63c4fbdd1bfbdbe61a 2,704 1.00/1.00 vMB 245
467,895 467,895 00000000000000000183dd1508da1c515844614345797a740f72077774f4b72a 1,733 1.00/1.00 vMB 251
467,894 467,894 000000000000000001a59d6c5fbd8f5773955960df457d9724dfa378437d1758 2,114 1.00/1.00 vMB 278
467,893 467,893 0000000000000000013758a2a282ba92c4030968ce510d3a34b5bf2de4d50a73 2,349 1.00/1.00 vMB 334
467,892 467,892 000000000000000001016107de9f8c87f3f449ca4658b3dffc244c2c768db03a 2,549 1.00/1.00 vMB 266
467,891 467,891 000000000000000001b764855ff30243b64c0068a0ad71911ef734cc1aeae3b3 1,951 1.00/1.00 vMB 268
467,890 467,890 00000000000000000048a226ef263ade9cdd0d5841d6fc07cc5e06803a0787b2 1,907 1.00/1.00 vMB 306
467,889 467,889 00000000000000000191b944e7a9224af9462766579bbe142cbae587727d749d 2,444 1.00/1.00 vMB 334
467,888 467,888 00000000000000000136601415943aefef3e0234d3189d203dcb9a0d5d90c7ee 2,357 1.00/1.00 vMB 311
467,887 467,887 000000000000000000bbc8ae290d66ae29237443c60c600193bee5500ccd6eb5 3,043 1.00/1.00 vMB 459
467,886 467,886 000000000000000001c181ad73d5828d7236f9260fb303371eaeda6aab2b49dd 2,798 1.00/1.00 vMB 389
467,885 467,885 0000000000000000015bbe5686e7d58c860c818efd51a0154417fb9dd8b2c157 2,107 1.00/1.00 vMB 323
467,884 467,884 0000000000000000009112151fc05f02ea0a5a323cca877cc678a69e013a848e 2,335 1.00/1.00 vMB 256
467,883 467,883 0000000000000000005eb4db0340ac15197389a5b17bc2585bd0ff49ff00f45e 2,514 1.00/1.00 vMB 270
467,882 467,882 000000000000000000f7a3c07df707077fa50fa3f38c25246a5c11bdcacc68dd 2,456 1.00/1.00 vMB 277
467,881 467,881 000000000000000001c64f2ba2ee3fac8a16fcd29ce69e4654d8f4864b286caa 2,561 1.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.