Loading Tool

Explorer IconExplorer

Memory Pool

49,710 transactions
30.43 vMB
0.18578847 BTC
Random Selection Loading Transactions
Max Size: 162.93/200 MB

Candidate Block

Mining Attempt 98a76b530b4b4f48f257159775d43083374d0b4f1dec5372e2575d588915a0d9
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 6285f392a29f2206939827aee9c2dac7b8953a3c63d9305f67fbb0ecf05f5b85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,813
Size: 1.00 vMB
Total Fees: 0.10085887 BTC
Feerates: 261.10 > 10.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (225,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,213 689,213 0000000000000000000bffbb7f2446747582b78102b075b4f263b3204ac6baf1 2,677 1.00/1.00 vMB 66
689,212 689,212 0000000000000000000132a58d04044cf69f1c207a575c327f5627b9c71fcff3 2,699 1.00/1.00 vMB 38
689,211 689,211 000000000000000000068813870fbf61e082b627994077dfdcc7bc1323290fa6 3,120 1.00/1.00 vMB 71
689,210 689,210 000000000000000000048d9b2f44cb547baf10da6f819e01f37dd26c8b3378a2 2,756 1.00/1.00 vMB 26
689,209 689,209 00000000000000000002c932469e514176d4a385540f77fbc5f861b4c2ed1e5f 1,394 1.00/1.00 vMB 39
689,208 689,208 00000000000000000005b48ddd1d3228bb5b393fb19926312eecb1e75e5cce86 1,924 1.00/1.00 vMB 63
689,207 689,207 0000000000000000000750ab11e8d064edfb2fa2ed1a835523f5256d49f906e8 1,402 1.00/1.00 vMB 81
689,206 689,206 000000000000000000095de0bb41207e1a195ec6427e95e707f5d7af3a6222cc 2,360 1.00/1.00 vMB 36
689,205 689,205 0000000000000000000773010b62b4fb73d6758fc9e49d867aa9fd5ce9d33334 1,902 1.00/1.00 vMB 56
689,204 689,204 0000000000000000000daf2950ac5f9b4cec5a9027565e1c4d136837dd1b1987 2,249 1.00/1.00 vMB 55
689,203 689,203 0000000000000000000615d87cc0b63d4bdd9cd4d5f7ab58587b8f480ee2b76d 2,756 1.00/1.00 vMB 46
689,202 689,202 0000000000000000000663f8796e99ce2a2bd42f84ff3c5da2a63eaa81a81f81 3,044 1.00/1.00 vMB 77
689,201 689,201 0000000000000000000117d9c2fde556600344b2f67571c81ffc121298c4fa64 3,019 1.00/1.00 vMB 52
689,200 689,200 00000000000000000009760eca2906aae97ce9f7e42b7b1e6881eb3d00652712 776 1.00/1.00 vMB 66
689,199 689,199 0000000000000000000d7b88453c599a0497febc149c15cfd0a773cc90127afa 1,887 1.00/1.00 vMB 74
689,198 689,198 00000000000000000009ede46000811a8ab3c406470c3071cee8925167a22268 3,016 1.00/1.00 vMB 90
689,197 689,197 000000000000000000057bbd95550e8e756029d37eb0a75f3ff476a52fe86024 3,009 1.00/1.00 vMB 50
689,196 689,196 00000000000000000008672c24c7a0a64a4c719fa3b103cedeab3ab1b861d370 2,131 1.00/1.00 vMB 44
689,195 689,195 00000000000000000008e8f3eaa329059c1613673faeac125ead6618b210b6e5 2,931 1.00/1.00 vMB 70
689,194 689,194 0000000000000000000b8a6c67d24021457f8ebc51d49fad1e9a9b5355faca70 4,502 1.00/1.00 vMB 46
689,193 689,193 0000000000000000000659d6db52622666efe975b8e592150dfa39cdf82eed84 3,028 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.