Loading Tool

Explorer IconExplorer

Memory Pool

28,195 transactions
7.15 vMB
0.06167301 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.55/200 MB

Candidate Block

Mining Attempt 1f5e150fdd647742eefa8d3bbed94b4a7db9a34a3f5d6394a8bdc93b5970b0bb
Version 20000000
Previous Block 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8
Merkle Root 965d3fc0821971ebf624b6663b5902e0aa49c0b8aee2d4e5585b32c98b3f2efd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,193
Size: 1.00 vMB
Total Fees: 0.03334446 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,234 (738,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,698 174,698 0000000000000030514387421181782f104b9010e0100e9aeb00b0539cd6f212 29 0.01 vMB 140
174,697 174,697 0000000000000a2af82afe37e05c313fcab2b83874b9d1dbbcaa9ccffa41fcb9 50 0.02 vMB 121
174,696 174,696 000000000000006567c8726ed4584cef732c2cbf695e4dc66a17b96b1b440e19 35 0.02 vMB 131
174,695 174,695 000000000000080ae806d529caa34852670ffab7f129a7b8cbf9531e4e130cdb 16 0.01 vMB 110
174,694 174,694 00000000000005e089bcc456207d5d3ceb00f75c12dbd37e04c86469cbd8a184 27 0.01 vMB 36
174,693 174,693 0000000000000195ab1d7ab97b287d3eeae6e696d56f1f38fb2498b547c63cf7 7 0.00 vMB 80
174,692 174,692 00000000000003b9d95a1e31816f53b9d9a9cd78425e8eaa7c9ebf19765eb46a 10 0.01 vMB 41
174,691 174,691 00000000000004e9aec35be8cb944605ff20f1c776e3d13cd1e22cc9582f3de3 171 0.05 vMB 109
174,690 174,690 000000000000094fe3df7c180ed8e4fde0d10b41598cff5e5b268f21fb8dfd90 62 0.03 vMB 86
174,689 174,689 000000000000034cf74dc55533f0e3bebd23de4651f42e22c43b659d7912fa58 10 0.00 vMB 323
174,688 174,688 00000000000008b69d75dc0a329521902b13791d8f5ae574204c3c8ae27395dc 4 0.00 vMB 0
174,687 174,687 0000000000000a1ad27b2fb68104180effee4d78cde6546677bd870122d872cd 29 0.03 vMB 54
174,686 174,686 00000000000000fda5ad97dab0f53b531f467c69602bc3e5a69f9a6f8e147ff2 2 0.01 vMB 0
174,685 174,685 00000000000004f88b8153d862b05b62033fb617b9c6eb65958d70aad46c9944 15 0.01 vMB 169
174,684 174,684 00000000000006f80b33840c2934e5dc3bfa0280cd414d64c75856bd61436af5 2 0.00 vMB 0
174,683 174,683 000000000000028303c6eb1ca896bf7b76f04f5c5d29fd5c8aedc6867b9e8667 72 0.03 vMB 156
174,682 174,682 000000000000033b9bffedd3432f9e4a66d187e10e586315dfaec581944251c3 18 0.02 vMB 28
174,681 174,681 0000000000000022eb23502c6f2fca064a6d132e7fc73cf64757640c40278f54 165 0.05 vMB 119
174,680 174,680 00000000000001fd041472be229fd84ed12c2d39c8bbf3752e5f7d5a38932eea 99 0.04 vMB 154
174,679 174,679 000000000000002ca46852b7c7b8ebfd450ab06045ee8a081cb4dc9a3a47d377 43 0.02 vMB 85
174,678 174,678 0000000000000637013f3e292a1f5a221e45925771c1be2be8124037aaa39ee1 31 0.01 vMB 47
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 78
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.20 GB
    • Received: 0.57 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.