Loading Tool

Explorer IconExplorer

Memory Pool

32,651 transactions
27.84 vMB
0.06153223 BTC
Random Selection Loading Transactions
Max Size: 137.50/200 MB

Candidate Block

Mining Attempt a15546f8196cc480b818a4c8cc01a833f2e6b6cce54c466f85ecb0b1a8048dc5
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root bbe2e29256a18f6b9ab5f91da54c27bfbcf6d82518020d2d36cec52082b37d17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,803
Size: 1.00 vMB
Total Fees: 0.00832798 BTC
Feerates: 60.22 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (123,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,899 790,899 00000000000000000001dd643c8da065022d5b2005ca90878bc311ef77193eb5 3,590 1.00/1.00 vMB 109
790,898 790,898 000000000000000000015743ad6e5febbb4bbb05a45e7446c52b3efa1ddce878 2,659 1.00/1.00 vMB 68
790,897 790,897 0000000000000000000167e60d0d225e64353b8d7e7a54e34ad87c02315fa00e 3,629 1.00/1.00 vMB 31
790,896 790,896 000000000000000000016d50c8980419f9de8f3e939ac3543247360e74e0c8bd 4,514 1.00/1.00 vMB 64
790,895 790,895 00000000000000000000a2d83238c9d5da143e7dbd4792d63fd6b27f53ffbb71 3,444 1.00/1.00 vMB 39
790,894 790,894 00000000000000000001b72bc4821a84d29ee00e3ca2ba73c894cf3c7920ca01 2,441 1.00/1.00 vMB 36
790,893 790,893 000000000000000000022cce9496b671d4850eb7597848d49aac2369da42f064 3,967 1.00/1.00 vMB 59
790,892 790,892 0000000000000000000568b2be5dcd604ed61125b28375253f2ce4eee9604a3f 2,767 1.00/1.00 vMB 69
790,891 790,891 0000000000000000000023f37a257a98b6200ccd1f7c99ce3a8f746fb29b136c 2,690 1.00/1.00 vMB 91
790,890 790,890 00000000000000000000d47a74b8131f871f78b03ed737dfbd1ab42a0764ae7e 5,101 1.00/1.00 vMB 32
790,889 790,889 000000000000000000051cccbd26c287e33a53df90745a48e2a5fff33ed83e87 3,846 1.00/1.00 vMB 39
790,888 790,888 0000000000000000000188340cfdc66b8bc12a6124e921133cda5486735c55c6 2,279 1.00/1.00 vMB 27
790,887 790,887 000000000000000000003a332bce9fed322ba1b9b6c7f49642471304956cb634 2,800 1.00/1.00 vMB 44
790,886 790,886 0000000000000000000284821d5702509110f3c8b71721df12c83d879ffb34ae 3,251 1.00/1.00 vMB 62
790,885 790,885 0000000000000000000524126fa5ba6a4787dd69e76807da692e8f6e89381275 3,444 1.00/1.00 vMB 31
790,884 790,884 000000000000000000029e28f837c870867edc24b3ea05236d518e98ed0f0234 3,241 1.00/1.00 vMB 32
790,883 790,883 000000000000000000046849c38775d451a9dc59d247bdd495c654dbe61852a9 2,754 1.00/1.00 vMB 25
790,882 790,882 00000000000000000001b1dfc95f89f0f8ffb721b853150d112ab9f139d2581d 3,020 1.00/1.00 vMB 32
790,881 790,881 00000000000000000004812517361b56445a31bd65b702437676eac635f9dadb 3,276 1.00/1.00 vMB 37
790,880 790,880 000000000000000000001a1465a5cd4b6393c47eb8f9f6210b05363a82ba1e43 3,200 1.00/1.00 vMB 62
790,879 790,879 0000000000000000000243d30a76d2b37c724b4a3cd04982d0ffb1f6143c8a89 3,683 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.54 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: 614.04 GB
    • Received: 11.15 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.