Loading Tool

Explorer IconExplorer

Memory Pool

80,886 transactions
30.09 vMB
0.12725814 BTC
Random Selection Loading Transactions
Max Size: 180.99/200 MB

Candidate Block

Mining Attempt 51f1bf96967d8b314bf1fcbaf33df05b6ebb7b9f8d2d2f17f6d3a0f0b588e19f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8e0b224d5c642712fd04b434304ecfccf9ff53694170f7376ac1d62565f346e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,822
Size: 1.00 vMB
Total Fees: 0.05257532 BTC
Feerates: 242.90 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (189,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,569 725,569 00000000000000000009d7ea410bb758200c7808385a62a9eb8c77b6f052be75 2,615 1.00/1.00 vMB 23
725,568 725,568 000000000000000000066897b6421d178bc2bd856ef6e785b662699d6b9ca46c 3,429 1.00/1.00 vMB 38
725,567 725,567 00000000000000000001ada746bd6277ac527f6839015789c7b3e546b0425a84 2,366 1.00/1.00 vMB 33
725,566 725,566 000000000000000000094668aa8db74f0fb8dfcea5318faa6a7720eaafa25b98 1,395 1.00/1.00 vMB 31
725,565 725,565 000000000000000000017b4c07ddd09d5cea855d189e4eed46a87fe879340528 2,537 1.00/1.00 vMB 31
725,564 725,564 00000000000000000004b32dd31d1dad351d9b62d6b1a5eb7fd903902a46ef9b 1,417 1.00/1.00 vMB 9
725,563 725,563 0000000000000000000223f6f9175c69119f44eb03e7e26ed649e373ebc901a6 2,793 1.00/1.00 vMB 26
725,562 725,562 00000000000000000000c47bacc170d3929826cd7bb8522c7e93042dfb881ab5 2,199 1.00/1.00 vMB 33
725,561 725,561 000000000000000000085228c1db10f72b8668c20f2bfdc5ed62a3d42debd97b 1,120 1.00/1.00 vMB 5
725,560 725,560 00000000000000000003c676853407671cc5ebe82055c75aaad16b6b2107a66d 1,239 1.00/1.00 vMB 8
725,559 725,559 00000000000000000001e669310ae33ce32584bbce34f027177689904f3fc3c5 1,724 1.00/1.00 vMB 11
725,558 725,558 00000000000000000003cfbacb20cfe65bd3c18d91c8cb2e2f2729a7f9aa9dd0 1,589 1.00/1.00 vMB 3
725,557 725,557 0000000000000000000095364beb6e130d17976bee6380eba384b5c543a1566a 1,675 1.00/1.00 vMB 4
725,556 725,556 0000000000000000000942f417571d34aad3420a881cdc1afd50dcffb9882d7f 1,907 1.00/1.00 vMB 5
725,555 725,555 00000000000000000005b4393889f520951145db5a0b7c0f695adc56422d2ad4 1,417 1.00/1.00 vMB 11
725,554 725,554 000000000000000000089a422f15a96465fea0b99a93d38b7c4ae42a5795410c 2,043 1.00/1.00 vMB 4
725,553 725,553 00000000000000000000cc1367b37b50d3cc16e1a84dbf36e4558d63fdc2dacb 1,881 1.00/1.00 vMB 5
725,552 725,552 000000000000000000069e2a1b360d223fabd421995975cc41c0456dabe074fe 1,795 1.00/1.00 vMB 21
725,551 725,551 00000000000000000003c21379e4a5685dc05a0adb1ca152d7f98036d8fb06df 1,344 1.00/1.00 vMB 11
725,550 725,550 0000000000000000000573ac78a3bfed8e4d08b642462fd7972c16ea66ab3f4c 877 1.00/1.00 vMB 25
725,549 725,549 0000000000000000000008af48551ead804fb7cc455aea4b0400c2f11a37a6f6 2,403 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 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: 673.32 GB
    • Received: 16.42 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.