Loading Tool

Explorer IconExplorer

Memory Pool

76,529 transactions
28.59 vMB
0.10232152 BTC
Random Selection Loading Transactions
Max Size: 173.28/200 MB

Candidate Block

Mining Attempt 5b5547ac3a19e6cf03b1bec3f01622ef0c087b73925cd754507a678514cf6924
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root ca3ca3f399b97073aee93c17877a8c10038d40ae50b2e30c65ceb12fd88b1496
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,302
Size: 1.00 vMB
Total Fees: 0.04296767 BTC
Feerates: 101.65 > 4.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (133,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,827 781,827 0000000000000000000272cad8e81ea43b5b723d1ccf6a606d1e2aa928741cd5 2,401 1.00/1.00 vMB 18
781,826 781,826 00000000000000000001c14937352a65fd29ee6321b1a10b30bf07b71736d128 3,079 1.00/1.00 vMB 24
781,825 781,825 0000000000000000000050854ea249e3e4c447c54ffa7c319f4ca04c81b1843d 3,973 1.00/1.00 vMB 26
781,824 781,824 000000000000000000021edc520a098d99faebad10b7f4b14a478561839f87e1 2,567 1.00/1.00 vMB 34
781,823 781,823 000000000000000000010dd5df32b4c24222c8fbdd70391026ac8420de61cf9f 2,404 1.00/1.00 vMB 30
781,822 781,822 000000000000000000059c7eb03442f5272a10096345ee0642cafebc1484bcc7 3,285 1.00/1.00 vMB 50
781,821 781,821 00000000000000000003e445d92e7952fde63a267d24997dce8cefd49ad2111f 3,399 1.00/1.00 vMB 23
781,820 781,820 000000000000000000008d4141f15cab5cf4ddd232dc46c4fa8bb4b6b502ec68 3,506 1.00/1.00 vMB 33
781,819 781,819 000000000000000000041293a41cbbb40f0dd3dd3d119c3ed82272c7f6d15122 3,390 1.00/1.00 vMB 27
781,818 781,818 00000000000000000001344034850b0e41ed37c896a521b42216e028b5b9c15d 3,733 1.00/1.00 vMB 25
781,817 781,817 000000000000000000003e271d2dcface86ba9db3dc38000394f8e1ed2a1f157 2,539 1.00/1.00 vMB 34
781,816 781,816 00000000000000000005e119ed2d5dfc9be17e592c2f457e946b8777a594c6d2 2,371 1.00/1.00 vMB 10
781,815 781,815 00000000000000000000889d5f96500a659625a0501a01e78626298f115c2592 2,102 1.00/1.00 vMB 15
781,814 781,814 000000000000000000028f0108a7bda977b1ea4db070fb728c123a447d5774c4 2,131 1.00/1.00 vMB 21
781,813 781,813 00000000000000000005892d9edf99becd84f366ab90e9a4e25c98f5e2def957 3,406 1.00/1.00 vMB 29
781,812 781,812 00000000000000000005523bde038f2ea6704e0710ebfcdfdaff4aba526dcd7d 3,802 1.00/1.00 vMB 24
781,811 781,811 000000000000000000059015c30f1c5a08b538bfce19ab2b63e2a7ca080e24d6 3,364 1.00/1.00 vMB 44
781,810 781,810 0000000000000000000375773b445c9082cf3dfa61afde194a45c574755edf72 3,227 1.00/1.00 vMB 26
781,809 781,809 000000000000000000026b1dee32d269a7a544e3ce8aa5183c0c016d4592fd33 1,961 1.00/1.00 vMB 17
781,808 781,808 0000000000000000000062eda77cd1d3768e5fcf3c9198f5f482d81248953dd8 2,148 1.00/1.00 vMB 17
781,807 781,807 00000000000000000002884e88f09e99d713af9ddc7195a0f685e03d05ecaef5 2,777 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.