Loading Tool

Explorer IconExplorer

Memory Pool

82,631 transactions
31.55 vMB
0.11191948 BTC
Random Selection Loading Transactions
Max Size: 190.51/200 MB

Candidate Block

Mining Attempt 790f7c33a42cdb6ed60e27ce558ddf6c10e4b495c6bcb2612ab547d664264afd
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root c3e1be0a04fdbedd062c74edbd928f7e7604ad54966561031204dd514979565f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,828
Size: 1.00 vMB
Total Fees: 0.04007514 BTC
Feerates: 150.75 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (254,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,716 660,716 0000000000000000000b978c97b72ed7af10ff2b136d18bc6c90579e687563e6 1,785 1.00/1.00 vMB 19
660,715 660,715 00000000000000000007df880809c627720c2d0144da4eef0ed0d08b0a0617a6 2,194 1.00/1.00 vMB 22
660,714 660,714 000000000000000000038aeb2a000e523f1c688435e0a5e2ee3effcd6e84c03a 2,622 1.00/1.00 vMB 68
660,713 660,713 00000000000000000005d6497e4964a1e97aa6d62cc2da82d9d7cc24d2079064 1,909 1.00/1.00 vMB 25
660,712 660,712 00000000000000000005c2fe6d1d746cd4103ba7d31d86f73c2b050b1172d0da 2,803 1.00/1.00 vMB 70
660,711 660,711 00000000000000000007d720d1ee197b514d42f9f0853837de94b69260f8c7a5 375 1.00/1.00 vMB 24
660,710 660,710 0000000000000000000e2db9c27e7bcf3c8744a591a41df89ce77f96d84c5043 1,753 1.00/1.00 vMB 40
660,709 660,709 0000000000000000000ca1e2eaf6a16a3f7507bc271431f5e0894969fb6cf7e7 2,003 1.00/1.00 vMB 40
660,708 660,708 000000000000000000027f154f1eb74a40d1d265b7e746198a060aed3e84056d 2,719 1.00/1.00 vMB 63
660,707 660,707 00000000000000000002b50f116cb06aba6ea6140deef21ab339bba4216b3a8d 2,788 1.00/1.00 vMB 73
660,706 660,706 00000000000000000009638ac7e854b6894fbbe872af3196c00c77efb40653c1 2,669 1.00/1.00 vMB 31
660,705 660,705 000000000000000000069e66709f2760593c9cdf4cc4b31e55624e4fc4f22759 2,259 1.00/1.00 vMB 71
660,704 660,704 000000000000000000022671a4c35496354030349c7c6631466903f9320ad2ec 2,572 1.00/1.00 vMB 77
660,703 660,703 00000000000000000002f23febf6207363d2c4204d59ada83d20e43a80b7ac3a 2,749 1.00/1.00 vMB 83
660,702 660,702 000000000000000000058686ac2b2d5d90db4d4064f6f60d1c7ea9cc7135a039 2,105 1.00/1.00 vMB 49
660,701 660,701 000000000000000000066f809eb11b42344347aaa38a52d16612e55c7942dec7 2,544 1.00/1.00 vMB 34
660,700 660,700 000000000000000000084510a6142e230cf12bdb1ce06f4952215195e7aa06cd 2,876 1.00/1.00 vMB 52
660,699 660,699 00000000000000000001454346e5cedd944dbb6639f7f5a81cb8e1fd981f448b 2,589 1.00/1.00 vMB 88
660,698 660,698 00000000000000000009df10c36a77a5501ce2e4b6ee5b3d0f184260c4f1ffdf 3,589 1.00/1.00 vMB 34
660,697 660,697 000000000000000000044afe17049999e32e17f79408ff74e348a220317164eb 2,739 1.00/1.00 vMB 81
660,696 660,696 00000000000000000009063cbc10ccf07186a203d21e2a149da09ca984190600 1,660 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.71 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: 700.04 GB
    • Received: 16.60 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.