Loading Tool

Explorer IconExplorer

Memory Pool

25,764 transactions
24.97 vMB
0.06590998 BTC
Random Selection Loading Transactions
Max Size: 120.48/200 MB

Candidate Block

Mining Attempt 222a358902aeff7e91f80a74f30428838b67bd7dc76f32b96329b42720882f0b
Version 20000000
Previous Block 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a
Merkle Root 1a9d210c33341c9121e1ffce0e45292d4f1f43f4c3bf982fd550baf846e42579
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02070999 BTC
Feerates: 100.69 > 2.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,178 (847,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,742 66,742 0000000002f11b767e6ab49de9158fc6eba27bbca6a1f45f1594556e75a3d972 3 0.00/1.00 vMB 0
66,741 66,741 00000000053bdeb12100f5aaa8648614384decf855cbf1c4bc1955e2b0f3f6b8 3 0.00/1.00 vMB 0
66,740 66,740 0000000001860c1d0f4671ea30758a32ed3069250db33281829aa3dd5634078a 2 0.00/1.00 vMB 0
66,739 66,739 00000000047598a9d249ac38e038968964e996cc1d5ec9bb51591c0f890fb309 2 0.00/1.00 vMB 0
66,738 66,738 00000000031e1110ab63da4d94a52c431ac6bc9655623bdea22297b759bde519 3 0.00/1.00 vMB 0
66,737 66,737 000000000206d1c26044ecee9ec237987a258d6574e0888476aa2b9b66e0b9b9 1 0.00/1.00 vMB 0
66,736 66,736 00000000031c903ac8e141f69065789f420caee1cf9fd3851f20641c5bba7125 7 0.00/1.00 vMB 0
66,735 66,735 0000000003848e34a906f14d1529b9a8ee88dda861178323f86fe2b0559ed315 1 0.00/1.00 vMB 0
66,734 66,734 00000000009e58355556defc16243797be9a0af3985e9ca637495f2eadeb38c6 1 0.00/1.00 vMB 0
66,733 66,733 000000000574390489e4553f59f8bf909cb11a2d4e3b8bb98a043b11d9fbe3cc 1 0.00/1.00 vMB 0
66,732 66,732 000000000237c75dd1227c8add38a1d6c395617c61681e8c11dedaaf9ace7362 1 0.00/1.00 vMB 0
66,731 66,731 000000000516f4479c9be3e36adc6a02302d1a88db89282bd850827d4cdd6dcd 4 0.00/1.00 vMB 0
66,730 66,730 0000000002d37511addd1020f45fe16ff840b4d8bceed90881561e635e38979d 2 0.00/1.00 vMB 0
66,729 66,729 00000000047f8e72a68bcd65ff89f536e60825b4a5d9cef11bac1bb499567833 1 0.00/1.00 vMB 0
66,728 66,728 0000000003a9b5e99070e6d9de07e5581c497e8b6a455e0e25d34fca9c6b3fe7 5 0.00/1.00 vMB 0
66,727 66,727 0000000000b3851d33b02e448c53d151354265238ce73fcbb8e00cfbc7dea30d 2 0.00/1.00 vMB 0
66,726 66,726 00000000057b97771b7f7158e49a457f719c51b62ab7b8c18c43f9dbb4aab98c 4 0.00/1.00 vMB 0
66,725 66,725 0000000005196812a880444c696b29ac1f6d592e638a7051a4800490ac3b325c 1 0.00/1.00 vMB 0
66,724 66,724 00000000026dff3efea48bdf64648f7bc47b481f1b156433ff71c0ce825e56d2 2 0.00/1.00 vMB 0
66,723 66,723 00000000008ae19643092278a5407cbd7bd8b638da4d25cb8b4a10e623e2fde2 1 0.00/1.00 vMB 0
66,722 66,722 000000000594d0fcf0a1cb8b04db9920cd16913d2955d6cd9c4b82fa73602f18 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.91 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: 571.95 GB
    • Received: 7.82 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.