Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,910 transactions (1.19 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,908 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,907 (87,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,962 823,962 000000000000000000030dc8d665fdbd1809ac2f527226750822bd3b518ce9a2 1.45 MB 2,041 104
823,961 823,961 00000000000000000001ac7dc5e55574b82ed56c9462702b4ae2ad72f65f5d12 1.83 MB 2,390 134
823,960 823,960 0000000000000000000226193b3742831217356cc6537964805e541b1a40f058 1.53 MB 3,102 114
823,959 823,959 0000000000000000000035772df02ec3a73a00899be7f1e532cadd1bebec4175 1.69 MB 2,661 139
823,958 823,958 000000000000000000016a0e9de0237877b05853914bc68db2dab12177457c81 1.61 MB 2,625 130
823,957 823,957 00000000000000000000b76e4cb2f752efa747f25b33e51069ea8e2367800dfd 1.69 MB 3,634 97
823,956 823,956 00000000000000000000d56cca347a5f83daa28ff0266e2750d6fe23285846f1 1.61 MB 2,929 112
823,955 823,955 0000000000000000000065410e803b02d8d83b3183df030cd8d4332d41e06a6e 1.63 MB 2,324 73
823,954 823,954 000000000000000000027aa1e5618cd2073399f2aa0f9a6308f2d356e80b9036 1.60 MB 3,252 126
823,953 823,953 00000000000000000002e4ecb99893d617709df6ba58aac991ca7a6051103312 1.77 MB 3,281 84
823,952 823,952 000000000000000000001145418b00a17e9bbf0cf0f4bffd439d98edb2ddf857 1.75 MB 3,852 83
823,951 823,951 000000000000000000020f86c544092340adeb4d3ba6c12c4cf7687d526d8d6e 1.82 MB 3,696 85
823,950 823,950 00000000000000000002d10bcb10eab841bc6b73464ef8ccdeea3e5555b2fc45 1.83 MB 2,595 67
823,949 823,949 00000000000000000003af5598db974139ecec396a5647d8af492cc8f88761ed 1.80 MB 3,296 75
823,948 823,948 000000000000000000030b31ad4f0aded43d599f2f70d38782c9720de775fe20 1.70 MB 3,307 95
823,947 823,947 0000000000000000000298c6702212b50825a5bcd0d2b1bab201c8d04059a05b 1.93 MB 4,196 87
823,946 823,946 00000000000000000001ac3a60252950fe6bcd47854458aed751c068153541b7 1.77 MB 2,894 80
823,945 823,945 000000000000000000009032f4c9c0b21ba0c70b200dc7effbcb044ed7d0c2fe 1.79 MB 3,273 104
823,944 823,944 00000000000000000001da2b044b4cbe5bc61123a6d75d7847a46b80db533595 1.55 MB 2,458 97
823,943 823,943 000000000000000000013ca793263b942828c09fabec6c053fba7eb8e2b8b411 1.60 MB 3,237 102
823,942 823,942 00000000000000000000f5a06aae1047582e6ee53ecf8351409865379ecd77a3 1.56 MB 3,052 187
Previous 10 blocks ↓
Total Size: 776.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,480.13 GB sent, 133.05 GB received

Notes

  • This page updates every 5 seconds.
  • 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.