Loading Tool

Explorer IconExplorer

Memory Pool

78,127 transactions
29.30 vMB
0.06379755 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt 6f15562d12bc3bb8b32aebd78d98d6be54c2bd93343ddba09b09b4f0161d533d
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 8463847ce676751b069b20fa8681e3d2eda9c13bd60776057a9ef9c03e137b46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,165
Size: 1.00 vMB
Total Fees: 0.00445310 BTC
Feerates: 21.09 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (430,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,187 484,187 0000000000000000012d8d506aea19e426c9cd5f23ee61f375b97b6a50f32cac 1,615 1.00/1.00 vMB 120
484,186 484,186 0000000000000000006fa7bbe89773ce631f69f1392a49f166f2224ceeccf48d 2,190 1.00/1.00 vMB 220
484,185 484,185 0000000000000000005b5b446bded1036fd92ef854c95201aa8457836bd8a169 828 0.37/1.00 vMB 143
484,184 484,184 00000000000000000039dc274e8bdd385a9782226c43fc15cb8cbaf5d03e2032 1,133 0.62/1.00 vMB 36
484,183 484,183 0000000000000000003eb9b44903b2c32b7218917d89c78528089c5bc9b1ddf4 1,669 1.00/1.00 vMB 74
484,182 484,182 0000000000000000012822d191b9e9f422bddcc9aca8a0b533c7ce456b187541 2,215 0.99/1.00 vMB 169
484,181 484,181 000000000000000000748372e6f32648c3b924c119f542250eabb3d97a899ce5 2,415 1.00/1.00 vMB 34
484,180 484,180 0000000000000000011126051abf9429f139e9124519b29b10707f96014d0878 2,047 1.00/1.00 vMB 58
484,179 484,179 000000000000000000e4ad382ccd9f57e230fe879d0d9edc1acf9a695a6a5525 1,022 1.00/1.00 vMB 152
484,178 484,178 000000000000000000ebae085b5abcd2b424eb36b5abdbcaa765a76407809127 2,187 0.99/1.00 vMB 247
484,177 484,177 000000000000000000a1041b1f75a85de7214f90171db7448a72ff449228e888 2,248 1.00/1.00 vMB 57
484,176 484,176 00000000000000000028f8b449b591c97704604263218fb3fb1069ddccf2a467 2,406 0.98/1.00 vMB 161
484,175 484,175 0000000000000000007a27bd27ef59d2aae98aed98dc02ac0cb86d5e358377a9 2,192 0.99/1.00 vMB 288
484,174 484,174 000000000000000000dd7208889cb6eab7ae3695f459923ecb572712f06cfe3f 1,149 0.70/1.00 vMB 54
484,173 484,173 0000000000000000005a40f58694dd5e826511cd1951b9d4d3f270fa93b1a5dd 1,631 0.99/1.00 vMB 230
484,172 484,172 0000000000000000011c8a6c81d24962a6832c023ce4216c9c31a6ebdb44e923 1,582 1.00/1.00 vMB 18
484,171 484,171 000000000000000000646d182abaf6b9daed7dc5eb3504820f036858124b7f2b 1,155 1.00/1.00 vMB 17
484,170 484,170 000000000000000001180a3fa2cc43161f2b9b3487e45c94a29b905f0a411386 2,146 1.00/1.00 vMB 19
484,169 484,169 0000000000000000011a904555844ba8bd13ec70f2387b94454bbbeb186323b8 2,162 0.99/1.00 vMB 210
484,168 484,168 000000000000000000292f063af4d4a3cd9bffee0913d1d836635148503ae816 1,513 1.00/1.00 vMB 130
484,167 484,167 0000000000000000010cc8ccc09a845ab8dfcd0b7361da096db874c37ba0fb81 1,553 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.