Loading Tool

Explorer IconExplorer

Memory Pool

34,767 transactions
25.78 vMB
0.06455544 BTC
Random Selection Loading Transactions
Max Size: 130.87/200 MB

Candidate Block

Mining Attempt 9c73001f33237a0ff9bd4045a9e1656dca2b242e7cab25652b2b63f92aba9111
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e7b88954a4d48a1d6a84c6b045fe4da3aa9f13afd9d24024acebcbea08656ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01748006 BTC
Feerates: 101.16 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (257,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,959 656,959 00000000000000000008bcde532b11d955d22546cd129ab7888f012c53e3ffe2 2,627 1.00/1.00 vMB 34
656,958 656,958 000000000000000000088f237ee87ff2dfd0d966661cad3681710af8b90a08fa 2,397 1.00/1.00 vMB 9
656,957 656,957 0000000000000000000c31b31a354385083714dec3b451ced4e535089057f80c 2,117 1.00/1.00 vMB 17
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
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.80 GB
    • Received: 12.44 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.