Loading Tool

Explorer IconExplorer

Memory Pool

82,930 transactions
31.26 vMB
0.09050285 BTC
Random Selection Loading Transactions
Max Size: 191.58/200 MB

Candidate Block

Mining Attempt 0416c4d6efada53505118288265431e98cea5e4e945990053b34237c1dfbd075
Version 20000000
Previous Block 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151
Merkle Root 87ad42997c9dc8e3e94a6abdac1a24e350d8594d5d7b2b8138c2b94c0b51a4fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,943
Size: 1.00 vMB
Total Fees: 0.01997325 BTC
Feerates: 301.60 > 2.00 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,220 (419,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,109 496,109 000000000000000000538cc78b425a3d4e62d8f6feb6b53f40103bf9f8b6b28f 2,811 1.00/1.00 vMB 70
496,108 496,108 0000000000000000009a889573ff825a6fd01c8cb33c56cb87fd103f4de00c70 2,870 1.00/1.00 vMB 100
496,107 496,107 000000000000000000870922597b5c24ae26839448fe019950af6983e30a6d7f 2,972 1.00/1.00 vMB 112
496,106 496,106 000000000000000000ba955334fff715f026cccb8f766feb1c34f356c1da8da7 2,658 1.00/1.00 vMB 192
496,105 496,105 0000000000000000006f474a51e155d788126760edadb2b1c24bd822ae80fa7d 2,746 1.00/1.00 vMB 123
496,104 496,104 00000000000000000075c9cd89ee32a1fa8bfd8f40930de1f1f53b5c94c9eebb 2,262 1.00/1.00 vMB 155
496,103 496,103 0000000000000000004153deb112b03b5d96bb913e287b1ef3f6ac392f998358 2,532 1.00/1.00 vMB 180
496,102 496,102 0000000000000000009ab321b9c561dcf8e962397bab0b5ee0c72d775800bad4 2,542 1.00/1.00 vMB 203
496,101 496,101 0000000000000000003c949aa833dc015541409f1805591335c9ba139c4a4b48 2,267 1.00/1.00 vMB 109
496,100 496,100 0000000000000000003000f975c95223d83bfd6440a6030224e1497aa09dd0f1 2,330 1.00/1.00 vMB 211
496,099 496,099 00000000000000000008a0d5b5c8eee7df0f1156aad2649eaa672613a8b8082e 2,344 1.00/1.00 vMB 159
496,098 496,098 000000000000000000cf65f6f203f87c5cd42254c11fcb778c7187ea688c938a 2,537 1.00/1.00 vMB 146
496,097 496,097 0000000000000000005637bdd953f39984e1bab46802cdc3f951ff7a7c171fd1 1,611 1.00/1.00 vMB 246
496,096 496,096 000000000000000000c0ded294a3d8d1d28e0056adfec63dee9146c91b714d69 2,133 1.00/1.00 vMB 201
496,095 496,095 000000000000000000659b9774436bd6c52ca7a30b36196b1a70aea78a5bee93 1,347 1.00/1.00 vMB 35
496,094 496,094 00000000000000000050135cde476378e7979cd47132caa91bbd7de79cd5cbe4 2,425 1.00/1.00 vMB 67
496,093 496,093 00000000000000000089d7d767466017c1b0b9fed476038e107a398cb7fb497c 2,667 1.00/1.00 vMB 108
496,092 496,092 000000000000000000c8c034e58aa67c78e6194fbff3ad2058cfef3f2155fa8a 2,367 1.00/1.00 vMB 213
496,091 496,091 000000000000000000ab87a9297511c09e9e2bd5854e0d0551e7c268cd82873d 2,605 1.00/1.00 vMB 138
496,090 496,090 0000000000000000002d31778a20031a4d5e1ef151984fd7d43b9245ff1f454d 2,120 1.00/1.00 vMB 87
496,089 496,089 0000000000000000009852f342684bab4abf93f65232a703c1eb5ae237578c9f 2,341 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.77 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: 709.31 GB
    • Received: 16.87 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.