Loading Tool

Explorer IconExplorer

Memory Pool

36,432 transactions
28.91 vMB
0.08831335 BTC
Random Selection Loading Transactions
Max Size: 144.01/200 MB

Candidate Block

Mining Attempt ae5e3de035992b3df68416a0f1294b40e64a8c451b0cc9708f9421bbff97d7fb
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root ce2a6bb9a3f413629abc593159d5a855eb0882a8a6fb70629f06f76c032dcdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.03010141 BTC
Feerates: 100.24 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (471,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,359 443,359 000000000000000002e72bc37596588410273c3da51f9244063dfe38528ffd56 1,867 1.00/1.00 vMB 79
443,358 443,358 0000000000000000035069e83500126cbaade669152db06ed73cc1fc5387461d 2,229 1.00/1.00 vMB 77
443,357 443,357 000000000000000003bd340308efd676cdb87fd3742e072f0c0c1bcbf00f0cd4 9 0.00/1.00 vMB 413
443,356 443,356 000000000000000001df3baa3cef7d1d1a9edbf09e472941f79eb2bdd70b531d 6 0.00/1.00 vMB 416
443,355 443,355 000000000000000003850490d52eec6820f49097a739c4141f3ae06126db6ba9 2,728 1.00/1.00 vMB 104
443,354 443,354 000000000000000001f572ff88bbef4419d4117cf77db555afcb50e15e440ea6 2,715 1.00/1.00 vMB 92
443,353 443,353 0000000000000000001b67aa38f6941abdf46f9dd1bde1bd4c9ec6fab91e7361 2,213 1.00/1.00 vMB 58
443,352 443,352 000000000000000003cd586fe9315e095eba2c97d6361e188108a0282c8b622c 2,675 1.00/1.00 vMB 66
443,351 443,351 000000000000000001057f48e8881b1a328fe9d21be36648aa74c5f58914b605 2,468 1.00/1.00 vMB 81
443,350 443,350 0000000000000000026a5428f308ad6d4ee4f2440d2dc57711c6db9ce0d040df 2,919 1.00/1.00 vMB 74
443,349 443,349 000000000000000002e8a99a62eaae5cea7de0e9c83a7f8de0365eb97cbf4be7 2,114 1.00/1.00 vMB 79
443,348 443,348 0000000000000000023da07114323ad9676896f354951e6b563d143428b69c03 2,275 1.00/1.00 vMB 74
443,347 443,347 000000000000000003b9a9c258c8f4deb08c976a0a75ec14e812edbce8d56015 2,326 1.00/1.00 vMB 77
443,346 443,346 00000000000000000260638dbf073784416508edf017b0c10f667f8797d53d7b 1 0.00/1.00 vMB 0
443,345 443,345 0000000000000000029864995050ef46106705b46de3e8d27cb7b6977584506d 2,054 0.75/1.00 vMB 135
443,344 443,344 000000000000000001d8ff07a1da5093eb63a923788e4ea37d55689cea8c434f 1,807 1.00/1.00 vMB 53
443,343 443,343 0000000000000000005cf8f16c63e4ce0b16500eb52f05f4b417e69983dcad49 2,170 1.00/1.00 vMB 61
443,342 443,342 0000000000000000006142a6a493bdd3735fc0b89e04fbbf8bdb28321c49794e 2,173 1.00/1.00 vMB 58
443,341 443,341 000000000000000003d44d8c4964bbb1dc2956d7d862c7565857b118e26f0c4b 1,618 1.00/1.00 vMB 58
443,340 443,340 0000000000000000030cebb731af8a7309f0f786a29ee5acdd68d56c3b5d78ae 2,570 0.93/1.00 vMB 75
443,339 443,339 000000000000000001c058ddb72c6b0318a0e74ac467abe255c9b09347e39ba4 2,099 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 614.97 GB
    • Received: 11.16 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.