Loading Tool

Explorer IconExplorer

Memory Pool

17,723 transactions
9.22 vMB
0.02561601 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.79/200 MB

Candidate Block

Mining Attempt ed046a8c8cda9d7888186849bd26424e24f8b77bc7d6b37b6d93c7ed7afb1a69
Version 20000000
Previous Block 00000000000000000000d3f4e5195ad8c9a7be58eafd281273ee95f83be78592
Merkle Root cdbccae7605f30084ff900001af71d624cc9dfe9bfbd35387ccb51d1979b74d7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,864
Size: 1.00 vMB
Total Fees: 0.01137630 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,567 (738,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,689 174,689 000000000000034cf74dc55533f0e3bebd23de4651f42e22c43b659d7912fa58 10 0.00/1.00 vMB 323
174,688 174,688 00000000000008b69d75dc0a329521902b13791d8f5ae574204c3c8ae27395dc 4 0.00/1.00 vMB 0
174,687 174,687 0000000000000a1ad27b2fb68104180effee4d78cde6546677bd870122d872cd 29 0.03/1.00 vMB 54
174,686 174,686 00000000000000fda5ad97dab0f53b531f467c69602bc3e5a69f9a6f8e147ff2 2 0.01/1.00 vMB 0
174,685 174,685 00000000000004f88b8153d862b05b62033fb617b9c6eb65958d70aad46c9944 15 0.01/1.00 vMB 169
174,684 174,684 00000000000006f80b33840c2934e5dc3bfa0280cd414d64c75856bd61436af5 2 0.00/1.00 vMB 0
174,683 174,683 000000000000028303c6eb1ca896bf7b76f04f5c5d29fd5c8aedc6867b9e8667 72 0.03/1.00 vMB 156
174,682 174,682 000000000000033b9bffedd3432f9e4a66d187e10e586315dfaec581944251c3 18 0.02/1.00 vMB 28
174,681 174,681 0000000000000022eb23502c6f2fca064a6d132e7fc73cf64757640c40278f54 165 0.05/1.00 vMB 119
174,680 174,680 00000000000001fd041472be229fd84ed12c2d39c8bbf3752e5f7d5a38932eea 99 0.04/1.00 vMB 154
174,679 174,679 000000000000002ca46852b7c7b8ebfd450ab06045ee8a081cb4dc9a3a47d377 43 0.02/1.00 vMB 85
174,678 174,678 0000000000000637013f3e292a1f5a221e45925771c1be2be8124037aaa39ee1 31 0.01/1.00 vMB 47
174,677 174,677 00000000000000a4f544cfa5594fed2b34d81b131cacd712010197eab3c1ae5d 36 0.01/1.00 vMB 48
174,676 174,676 0000000000000349701484ffbf36ff6aeae3f7881eed3e43bc927036bbc11037 38 0.02/1.00 vMB 52
174,675 174,675 00000000000006b616164d96364b8b6ab9cb1442c23f56894bedfd6b75536c8f 67 0.02/1.00 vMB 79
174,674 174,674 000000000000045a6d1f000b78a243432ce657bd900f360a388b3446973a1db5 36 0.02/1.00 vMB 56
174,673 174,673 00000000000003c3a83e6c3ca01bca1d0e103297581aa3f2e0b762b20a22fc00 93 0.03/1.00 vMB 118
174,672 174,672 00000000000009e9b76c6d61ebe662d2a75b07b098e6ee946b1b9a953082a379 31 0.02/1.00 vMB 356
174,671 174,671 00000000000002506a01653f0e46925284ac6d48df7cc1dc596023a4a4b816bd 37 0.02/1.00 vMB 0
174,670 174,670 0000000000000a17107a0beac66e56516ea44b12270a4a859c563c1ddfe62d4d 43 0.03/1.00 vMB 28
174,669 174,669 00000000000005c4da98f18c69f7da90bf917560a113d71e65ead4cfe7ff93e5 54 0.05/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 779.85 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: 430.49 GB
    • Received: 2.35 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.