Loading Tool

Explorer IconExplorer

Memory Pool

77,106 transactions
28.64 vMB
0.06506018 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt 4e907d78dd6be406edbeaa98cd87b60838e7cb2c0b3b2ba20ac49116db0c5993
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 5a3008e6ff3a9eee4a894a7996f2fd4070897fd2ac9d18f06475be9617f9631a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,658
Size: 1.00 vMB
Total Fees: 0.00559492 BTC
Feerates: 100.28 > 0.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (256,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,000 659,000 0000000000000000000e485f6f617313fb3c767858f98409f3b7bb4931979cf6 2,639 1.00/1.00 vMB 77
658,999 658,999 0000000000000000000f990059df37553dbdd0148d5eec3e110731c73fc551e2 2,131 1.00/1.00 vMB 34
658,998 658,998 000000000000000000023dfcecb63d37dab3293b13c03761ecea5b57e9c9debd 1,653 1.00/1.00 vMB 43
658,997 658,997 000000000000000000099a3b822e2d3fc3b82a0627f88b973d85efb7b6258393 1,637 1.00/1.00 vMB 87
658,996 658,996 0000000000000000000b21b806d686f97b8fd5e40a852d2b01cc2da898043f8b 2,134 1.00/1.00 vMB 85
658,995 658,995 0000000000000000000f4103d7fb263bdb60f1da012665e6aec080307082f30f 1,052 1.00/1.00 vMB 22
658,994 658,994 000000000000000000076919d9bd083e6e593240a120c22ad2f50ee5fe5ec574 813 1.00/1.00 vMB 6
658,993 658,993 00000000000000000004e86d687e46b2ba558895817fd4501a34a52c3b4a3686 1,480 1.00/1.00 vMB 28
658,992 658,992 00000000000000000005ff5c9167c7c7e5c2934e899b2ecbf63c43e053cf6a19 922 1.00/1.00 vMB 16
658,991 658,991 00000000000000000007a077c6bf7d893de34dee9bae8e39182bfe12b0b6baf3 1,000 1.00/1.00 vMB 10
658,990 658,990 0000000000000000000a5c7f70d58f06844c04fb55eaede0134b9ac5ee183fc6 1,697 1.00/1.00 vMB 44
658,989 658,989 0000000000000000000f8aac31b2a2eb2602c3f0e094a9cfed90abf61ffa6e08 1,436 1.00/1.00 vMB 14
658,988 658,988 000000000000000000034eb08ba9afbd6a14d14d192879d95d2d4db57fc33067 2,055 1.00/1.00 vMB 22
658,987 658,987 00000000000000000001b06e5360bdeb5c6b8dbc6aa7cfd5c55baeb438160cb7 1,612 1.00/1.00 vMB 17
658,986 658,986 00000000000000000003be8b26ad96ef3d45aedf771dcfabbfcc62ece261f151 2,602 1.00/1.00 vMB 63
658,985 658,985 00000000000000000002aa2e8a4534d6aa5d523288db88b72279be7a79bc8183 2,390 1.00/1.00 vMB 33
658,984 658,984 00000000000000000009e9ebec1e85d6b4d3e7c50bceecdf3ddf12534f81b7f0 2,155 1.00/1.00 vMB 13
658,983 658,983 0000000000000000000d013bc6459abc727b017a96603692db8d64a4673173a3 1,951 1.00/1.00 vMB 67
658,982 658,982 00000000000000000001ef18ed744d8e2925b227c47b75b71a9907e6e1fc6f12 2,467 1.00/1.00 vMB 89
658,981 658,981 0000000000000000000051ac62244825db0d4265baef62e91844359bc54e2d77 1,676 1.00/1.00 vMB 11
658,980 658,980 00000000000000000002f3098a5dc32fd8573fd553ad7b4894f71811fee62cd3 2,265 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.