Loading Tool

Explorer IconExplorer

Memory Pool

36,437 transactions
26.14 vMB
0.06979116 BTC
Random Selection Loading Transactions
Max Size: 133.49/200 MB

Candidate Block

Mining Attempt d9f0aab744745085ae8635efa934d652d5b3772b53b3bbc1b70cf4a5426d8e8d
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0d8bc2fd4e74f700471e4249ba36f80e3e68f52cec5bec16bc433a1d697a3bd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.02141160 BTC
Feerates: 152.71 > 2.15 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (257,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,956 656,956 0000000000000000000a2ed6351b84b1736deed6d2636719c0c3d6a00b0a4785 2,012 1.00/1.00 vMB 54
656,955 656,955 0000000000000000000e2d75b5e77afd01989936e0caa154c2aaa0bdfb21f72e 2,332 1.00/1.00 vMB 61
656,954 656,954 00000000000000000003927895418721edbbc755c7132b0beaf938317f18c516 2,720 1.00/1.00 vMB 57
656,953 656,953 0000000000000000000739393eac86fa0e916e044fef126bc1e8f58dd968f256 2,406 1.00/1.00 vMB 53
656,952 656,952 0000000000000000000e38f1e54a31f4bab2ba16f84b61336749e984f7d6f882 2,899 1.00/1.00 vMB 79
656,951 656,951 000000000000000000061d0e59fe7bbfae407878263165bd15b211d04eb383a7 2,130 1.00/1.00 vMB 34
656,950 656,950 0000000000000000000948f6876eca37211d611e5ccc1c97eec5299fb398f38b 1,598 1.00/1.00 vMB 20
656,949 656,949 00000000000000000000a49612736ec6c50f1555799c8d367857a2c0d6ccfb33 2,232 1.00/1.00 vMB 56
656,948 656,948 00000000000000000007decc24fd158e6d2a3762b2f1b445657b74e8aaca631c 2,504 1.00/1.00 vMB 53
656,947 656,947 000000000000000000009e275499bbbcc586ea39d6546c6e557efe167c20733a 2,267 1.00/1.00 vMB 86
656,946 656,946 0000000000000000000ac9544f457b90909702095f6a53c6b0cdd46722d0707b 550 0.21/1.00 vMB 40
656,945 656,945 00000000000000000007d49a8cd00153f1c68ecace59afeb7cc559d6a891945b 609 0.97/1.00 vMB 10
656,944 656,944 0000000000000000000003f3ad632319bac6242b39cb478807f7ffb62bc3b9d7 513 0.98/1.00 vMB 1
656,943 656,943 0000000000000000000e83dce51c7ebd2a886007c01860e3de1d5918a815c72a 2,471 1.00/1.00 vMB 41
656,942 656,942 0000000000000000000c1d3bb7983c8f49cf9878b4bc1edb1f35ddf6086c96a7 1,871 1.00/1.00 vMB 26
656,941 656,941 00000000000000000002392de7035a6706e6a7d89ed798190f932fd9cdd8db23 1,522 1.00/1.00 vMB 17
656,940 656,940 00000000000000000000c4de522a36720029fc6de68fe0bc422ac74a2681c8ef 1,700 1.00/1.00 vMB 10
656,939 656,939 00000000000000000001907b729a2b6ff505c68c254b10d43575cbb11d1463a7 2,500 1.00/1.00 vMB 50
656,938 656,938 0000000000000000000b86f6fa7535165b3caa50b1205b3761ea8c87a1db8ecf 1,869 1.00/1.00 vMB 36
656,937 656,937 00000000000000000007e698c77a98d1cd973db4f42bfb2edd11cee2857af87d 1,878 1.00/1.00 vMB 6
656,936 656,936 0000000000000000000af61d011d2af64cd9ac3ee69cda0d4d9e89f87b1e385b 1,067 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.