Loading Tool

Explorer IconExplorer

Memory Pool

56,678 transactions
32.16 vMB
0.18473995 BTC
Random Selection Loading Transactions
Max Size: 173.19/200 MB

Candidate Block

Mining Attempt a9d5eb03826a0a8b6b7f9710a088aa9d9b9e885f46184e7ffbe7c5fe8ef43961
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6fed88689ede4441465fd2ae365bb858f12f549407928c7374052409b57d5720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.07293526 BTC
Feerates: 465.21 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (257,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,797 657,797 0000000000000000000689c28502b320662344763bf1b9bf6fcb053d7d4d7fe5 2,626 1.00/1.00 vMB 96
657,796 657,796 000000000000000000031a8bd47b29943758748f71f23eebcc3a08b473fae9d4 1,783 1.00/1.00 vMB 34
657,795 657,795 0000000000000000000de4d276b850695b6a97388f92dfe2e9f6f9fd24763018 2,653 1.00/1.00 vMB 79
657,794 657,794 0000000000000000000d597316689b944fb18ba056f6d40a24d97db7cff2be33 2,219 1.00/1.00 vMB 74
657,793 657,793 000000000000000000002c91372b5cedb99b8b83792c54c94f556cdf9aa3e0de 2,528 1.00/1.00 vMB 42
657,792 657,792 0000000000000000000afa618cbc223dfc8527e3f1bbe23a539a8650c9799063 1,604 1.00/1.00 vMB 26
657,791 657,791 0000000000000000000385b00860e8e46d9052aa40406f5dfa3e72036f24bcfd 1,894 1.00/1.00 vMB 13
657,790 657,790 00000000000000000009cfc21f8e9743887b07d69bc8a2b6eb52c240e1d9adef 1,723 1.00/1.00 vMB 62
657,789 657,789 0000000000000000000c0ea94882ba35644ed0317f746bd0be300f7d5bbe451e 2,144 1.00/1.00 vMB 27
657,788 657,788 00000000000000000000a80225463ad184c40471728a2bf3aee34cc966b519d4 2,345 1.00/1.00 vMB 82
657,787 657,787 0000000000000000000617912eeb8b0bcf1c0634606c4a5e6e058873f23db79d 1,583 1.00/1.00 vMB 28
657,786 657,786 00000000000000000005af427a1d50e5677588314cd64e56f6410eb87af5d8cf 815 1.00/1.00 vMB 16
657,785 657,785 0000000000000000000fd1654fe464bff2251e58d1a563ec96cd5eaa79ded46c 2,633 1.00/1.00 vMB 66
657,784 657,784 0000000000000000000519d1e2ee142fa118806c92e4cc4ccc8e907e79097bb4 568 0.18/1.00 vMB 40
657,783 657,783 0000000000000000000fe90475002fecc0a1ae81d4aeb805b9a0dcef482a4929 2,255 0.90/1.00 vMB 18
657,782 657,782 0000000000000000000fd367b7d1b36901d1a4e84d43442371b9f15f654e5931 2,421 1.00/1.00 vMB 16
657,781 657,781 0000000000000000000205ceb8e07b35119be9d4560fdba7dfbe8144fa63220c 2,647 1.00/1.00 vMB 62
657,780 657,780 00000000000000000004089b99141e2933018636dba4d3a05dde05ea71288739 2,778 1.00/1.00 vMB 64
657,779 657,779 00000000000000000004ed53f2a99ee486d0c08122f38d2ffef6e54c45f4440a 157 0.10/1.00 vMB 31
657,778 657,778 0000000000000000000cc6781a1b9f920469c992bc079d1c292879281a966f89 457 0.34/1.00 vMB 45
657,777 657,777 00000000000000000004e68552e1db0038dff13fe06bfb63feaf2a2c183b0f63 1,759 0.88/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.