Loading Tool

Explorer IconExplorer

Memory Pool

79,239 transactions
29.27 vMB
0.11968209 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 1e43715abba87c5a7fa1465d5fd1db1040b4ecd551d837e85c1bac6b7067160a
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 3715c6e73419cb8c93b543a1c1f17e925aa2b4e961c884a4408e139325d951cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,822
Size: 1.00 vMB
Total Fees: 0.05815821 BTC
Feerates: 101.65 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (318,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,808 596,808 00000000000000000004d07f1aa435448613ef2fa9ba1418bb49f3fec2d5fa84 2,993 1.00/1.00 vMB 47
596,807 596,807 00000000000000000010f62d80afb23e7e7311b05e52c51c58c38c7d19803c40 2,521 1.00/1.00 vMB 28
596,806 596,806 00000000000000000004de1024f6af6c298110022e9cf83c1d781ad1ca4c4ee5 2,864 1.00/1.00 vMB 39
596,805 596,805 00000000000000000001b7684c69d493cdcb8de1beee0792cc9be636aa239d98 2,950 1.00/1.00 vMB 16
596,804 596,804 00000000000000000011f4236a9f183657d67632ff22196885ea890fde108d6d 2,849 1.00/1.00 vMB 23
596,803 596,803 000000000000000000114f73e99fa672e85aa172bf49b1d04d188fa209eed5cd 2,476 1.00/1.00 vMB 33
596,802 596,802 00000000000000000014bd65d2dd9ccd2c23aecbf99b3d83b88640acb35c833c 2,355 1.00/1.00 vMB 26
596,801 596,801 000000000000000000019d0337102a8608f5b3c1de3457e7835b342bb881dacc 3,044 1.00/1.00 vMB 46
596,800 596,800 00000000000000000013fefbcfe53434a93e8bd21f18bb86fe7ec2f3f65cb495 2,612 0.88/1.00 vMB 21
596,799 596,799 0000000000000000000444c9e2a12fdaade1332b3b8ae755c0c598f2c070ecb3 2,453 0.77/1.00 vMB 21
596,798 596,798 0000000000000000000778397c240fb7d906f32591c6cf53fcda66d38466b170 1,391 0.42/1.00 vMB 25
596,797 596,797 0000000000000000000d091c25b7eb2d07337e13f2e57281a53ca33652ffe750 2,354 0.71/1.00 vMB 21
596,796 596,796 0000000000000000001581d87bea16d40d86406f9c53556638013ecefd5d3c93 1,575 0.49/1.00 vMB 22
596,795 596,795 0000000000000000000b8a626139b4b1f441a7d18e1eafaa099801b94b803cae 328 0.08/1.00 vMB 19
596,794 596,794 000000000000000000062710d1c933b1a3fd8a32bea54203b56e667b5c6db242 1,582 0.52/1.00 vMB 30
596,793 596,793 0000000000000000001081c2968708c806d0cb49bbea551fbd0a255bdc3a01bc 2,765 0.90/1.00 vMB 4
596,792 596,792 0000000000000000000eaac4bb5539b33f0134e26df68bd52d44057f43721f66 3,051 1.00/1.00 vMB 46
596,791 596,791 000000000000000000047c79810deacb81f53cad26754279d1f4225439862979 2,921 1.00/1.00 vMB 31
596,790 596,790 000000000000000000042829b9c97edb4f7f8c7ad552d3a5d7f09a7ee4b78cb0 2,649 1.00/1.00 vMB 3
596,789 596,789 0000000000000000000bcd67c2554d98b684725611c97483b9e5210449ae6d02 2,548 1.00/1.00 vMB 38
596,788 596,788 000000000000000000017a58b1763994b6d7d497e2cd4c619e1419b5059efe39 3,114 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.60 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: 671.67 GB
    • Received: 15.98 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.