Loading Tool

Explorer IconExplorer

Memory Pool

80,280 transactions
29.60 vMB
0.09192297 BTC
Random Selection Loading Transactions
Max Size: 179.45/200 MB

Candidate Block

Mining Attempt 9084da9a193f882ea5eaba52e0c929520acd838c13dd06a2781b3c8d0ed36c22
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root f8727a00fbe7831a6c809ff89673b118a1abf9f88b014ceba18853bd16ea5796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.02955059 BTC
Feerates: 502.67 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (422,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,852 492,852 0000000000000000002bdfd1fafd0e599b3da535aa702e2815e8c7b2ee525ffc 2,618 1.00/1.00 vMB 236
492,851 492,851 0000000000000000002e71db89bad95ba1168b26a1baa6885d5058f1e4a5f742 2,609 1.00/1.00 vMB 197
492,850 492,850 0000000000000000005a3bca6e52e43df2aebdf974a8b8fcf1fea4aeb31a1249 2,867 1.00/1.00 vMB 247
492,849 492,849 0000000000000000004a6cee959df99c133b9f931588896e20d76a9251581e52 2,606 0.96/1.00 vMB 261
492,848 492,848 000000000000000000a6eb22f99f4d2aa36517be7103e4190ba52d46037f4691 1,885 0.92/1.00 vMB 207
492,847 492,847 0000000000000000007a41d82e90b02b0d55de6415301ee32fd730983100afc6 2,484 1.00/1.00 vMB 173
492,846 492,846 0000000000000000005ceaa4cf3a85a87cf3f470255892a45c39975a28b9b1a4 2,524 1.00/1.00 vMB 145
492,845 492,845 000000000000000000429ef025bbf37c953c86f6186cf924daabeb1020b7bc59 2,190 1.00/1.00 vMB 174
492,844 492,844 00000000000000000013e6a5451e530a39f63e46347d29539262056ee1fb72f3 2,577 1.00/1.00 vMB 166
492,843 492,843 000000000000000000a682f0ec34b3f1b9bd807be0d9c2a2e6fec91322fc5315 2,816 0.98/1.00 vMB 185
492,842 492,842 0000000000000000006c0fff9514bf2d8d26a05ea3f329c8381672699ebdf9e3 2,804 1.00/1.00 vMB 191
492,841 492,841 0000000000000000008062643f92ebce3f110a76ce692d2be9b5b9805a4738c4 2,788 1.00/1.00 vMB 233
492,840 492,840 000000000000000000468763a82e46cbd9310ff95f338ac052226e7d1478c0ca 2,490 1.00/1.00 vMB 211
492,839 492,839 000000000000000000bba0dcf604e76863566e4d0a8e30ad2765aa5ceea6c099 1,920 1.00/1.00 vMB 179
492,838 492,838 00000000000000000043152a30f836b6e1cb8facc135d8c79ab81278aeeff196 2,059 0.96/1.00 vMB 223
492,837 492,837 00000000000000000062a5b27bc538ae4de5dff45417345474e264f87fe1fa5e 2,776 1.00/1.00 vMB 196
492,836 492,836 0000000000000000003c916aadedc6a8160918e8f06190e638ebaf0434b1f440 2,762 1.00/1.00 vMB 260
492,835 492,835 000000000000000000a3bf41ea8795e496fcfd1288179b6df0e5b17e329fa250 34 0.01/1.00 vMB 381
492,834 492,834 0000000000000000000b1c3066abf731172c074453d22d8f81698df4846bdea9 2,617 1.00/1.00 vMB 220
492,833 492,833 0000000000000000001e24d1be4f4a5e2e9cd1c8398937e2e4342cc6557b1cc8 2,926 1.00/1.00 vMB 282
492,832 492,832 0000000000000000007a8379bd8a178dd6e4647dd752c3b6dc358e9271102464 2,476 1.00/1.00 vMB 236
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.