Loading Tool

Explorer IconExplorer

Memory Pool

53,389 transactions
29.66 vMB
0.09978599 BTC
Random Selection Loading Transactions
Max Size: 159.23/200 MB

Candidate Block

Mining Attempt 263ab86d6fd8d16261a01eebdfa6df690cf9e3d6de582ff8066cca2472e5fb9b
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 7fd72485c5eb27fc538e07f7db30b4536a390d4a43357751fde0d6459a3010cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.02839866 BTC
Feerates: 100.53 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (367,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,732 546,732 0000000000000000000b97eae33603cf6c35f4a00ad1f03229e4a00d4f35cb74 531 0.32/1.00 vMB 6
546,731 546,731 00000000000000000022acc2c455b821e37bf8e51e8db581b740d6b6999e61d1 2,386 1.00/1.00 vMB 5
546,730 546,730 00000000000000000001b8b89debb8b6d8a496c61e963662774b65580bc95ab0 1,079 0.38/1.00 vMB 26
546,729 546,729 00000000000000000023bb9656455cfc73b88dc20324e084f2f5938b20a8f9ab 548 0.24/1.00 vMB 8
546,728 546,728 0000000000000000000b6c70ee310f394ad8ee1092c1d0bdd8290876e3ffb5fd 533 0.56/1.00 vMB 1
546,727 546,727 000000000000000000171a85b6a4c4a467fcbdfd0fde9e1d1a40bda2a53d0e6a 2,809 1.00/1.00 vMB 14
546,726 546,726 000000000000000000084fc7598c87cd3bb202b154c4fa18c9b9756f707be6fa 1,003 0.40/1.00 vMB 11
546,725 546,725 00000000000000000022fc20274ece2e606e3a35379052310a6d9c444b6bd33d 1,495 1.00/1.00 vMB 5
546,724 546,724 0000000000000000000f195eba6f1601ebef471f7ff3a94aba4a3c846a70669e 3,143 1.00/1.00 vMB 18
546,723 546,723 0000000000000000001867a89bf372045a7ef30ca66b728736b3fa3b293d9da2 45 0.01/1.00 vMB 10
546,722 546,722 0000000000000000002003b827880f3cb41f601b1aca6ace1cb1fb534c25be26 21 0.03/1.00 vMB 2
546,721 546,721 0000000000000000000c8c01ac1184eb8bd86d51cc1e21b1c773a2a2f17e1312 2,219 1.00/1.00 vMB 10
546,720 546,720 00000000000000000015534c5a9a7c7ad0cf6f03da519d3a7fc7b6d89f256cc5 1,406 0.93/1.00 vMB 15
546,719 546,719 0000000000000000002686281773d8e0cb1a539bb2bad594034fbb353e4f8a9b 1,785 1.00/1.00 vMB 3
546,718 546,718 00000000000000000010fc2c2a4e92f7426579650a6263427531d33f1b767d90 2,996 1.00/1.00 vMB 21
546,717 546,717 0000000000000000001837bcd78c07839c0a2177bd165e047478b914d6548aa2 1,962 1.00/1.00 vMB 8
546,716 546,716 0000000000000000001ff9a352390d968ce59eee5b752764ac0bed9242cbb2e3 2,555 1.00/1.00 vMB 9
546,715 546,715 0000000000000000000e22bd2da0b1aff2d8714ac5abae13fcaab926a600240b 1,882 1.00/1.00 vMB 9
546,714 546,714 000000000000000000008080777ae968897f3d0c996dab7fe38a302812ca66f4 1,270 1.00/1.00 vMB 9
546,713 546,713 0000000000000000001b540f327b2c8bc5ebf2c39fb2ff5f3bff12f3fe83c1d6 667 1.00/1.00 vMB 43
546,712 546,712 000000000000000000155562a78c43a092007479a7d43e77b7d898ce540044c6 1,063 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.89 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: 645.15 GB
    • Received: 12.69 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.