Loading Tool

Explorer IconExplorer

Memory Pool

47,370 transactions
28.44 vMB
0.11365865 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 40f69df5c6120bb2de85fd1236eb34bfaa0cf53095dd59f99a00363bdf146591
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6180d8937accc7da9fbf121272a0ff261c3965cf220b716d0d49ff3ca451d408
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.04626209 BTC
Feerates: 150.77 > 4.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (408,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,954 505,954 0000000000000000001e4dbe8aba4163616d80eb4a4f3b00d3135ca4dfa55a7e 1,643 1.00/1.00 vMB 152
505,953 505,953 0000000000000000005c0e60fb1ddf9e83376622c30b3e2d982226fb309d29a7 856 1.00/1.00 vMB 52
505,952 505,952 0000000000000000007140ee930706bd248c50fb319b4d5fe3b47a2e142ce72e 2,308 1.00/1.00 vMB 247
505,951 505,951 0000000000000000006ae529e4c61ba409bc3a0a1a4237af245ccb74d72727b8 1,073 1.00/1.00 vMB 19
505,950 505,950 0000000000000000000b204a3f68cdad2eb717d3f0b3f30eb3d30d47a8796c9d 2,115 1.00/1.00 vMB 184
505,949 505,949 00000000000000000034e614cf4598b2708d186f385d94d1dbebf6561d81ac8f 2,347 1.00/1.00 vMB 238
505,948 505,948 0000000000000000006ffa3e37dcb2776c7d93a365b3c3521ff90a126c035da3 2,879 1.00/1.00 vMB 294
505,947 505,947 00000000000000000073f172d87bd314446cfb2cec6e5e00ec5683ae9970fedf 299 1.00/1.00 vMB 31
505,946 505,946 0000000000000000000da070d48849ba1f55b2365064555fd3bd501bd833899e 1 0.00/1.00 vMB 0
505,945 505,945 00000000000000000017d1721c8dd89645de76058e1a477645dac8dd3e3e510e 820 1.00/1.00 vMB 68
505,944 505,944 00000000000000000043710d81add786576e767cdbf83b8490a69ca496d5ea47 2,012 1.00/1.00 vMB 273
505,943 505,943 0000000000000000000fc4a844c7924d80c4a0256b2bfad5a5f5da4619507ab6 203 1.00/1.00 vMB 24
505,942 505,942 00000000000000000030b40836c03ea229f11de108fb31e6481dea5a041c25ac 1,222 1.00/1.00 vMB 23
505,941 505,941 0000000000000000001049c06304699dec8cc8a358aa83699851cc9914c80676 1,857 1.00/1.00 vMB 110
505,940 505,940 0000000000000000007aef20018d1cce6f9510e6b2947e203f6451071d5f913a 2,243 1.00/1.00 vMB 233
505,939 505,939 000000000000000000214d217346707ce253f369d0059f33c847071e2b84e5d5 3,165 1.00/1.00 vMB 257
505,938 505,938 0000000000000000002e5599e3240948f11e4d3f37ad36b406cf2c438404a2cc 2,826 1.00/1.00 vMB 321
505,937 505,937 00000000000000000014d9e4b3553b81b24bfc4794f30beb080029fbb14b83e0 2,053 1.00/1.00 vMB 254
505,936 505,936 0000000000000000007968c4352f7c0c930d2a893c13f97661cb98ea350c9033 195 1.00/1.00 vMB 19
505,935 505,935 0000000000000000003eb3c05ec0ac67f0982457cddc8d0b9a079902504b6572 671 1.00/1.00 vMB 79
505,934 505,934 0000000000000000000f1e7193114b072a6a56e04fdb070bd57cd80d63e7c8ae 1,680 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.