Loading Tool

Explorer IconExplorer

Memory Pool

38,815 transactions
27.37 vMB
0.06340774 BTC
Random Selection Loading Transactions
Max Size: 139.57/200 MB

Candidate Block

Mining Attempt b4a5b212619ef5353d0cf46361d75cc1d3dddbc36b5b60beaebb05e7069a0921
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 566b9144324d5c3f20dbd8603881425a66f6678d9d7e86c1f3047c444e69d406
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01144231 BTC
Feerates: 60.16 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (424,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,858 489,858 00000000000000000035f4a7e25f29191bc94384296d8b0bb317b235ccb045cb 1,838 1.00/1.00 vMB 44
489,857 489,857 0000000000000000003dd0be576392dd77685cd0970a8de6c4553b75f951b0c3 2,102 1.00/1.00 vMB 64
489,856 489,856 00000000000000000040aaed0535297396e9084da8049831d1eebfbadc8cccbb 2,204 0.96/1.00 vMB 38
489,855 489,855 00000000000000000016f311332dcc3d69e5b32cab1551516d9462d8bb4fccb7 1,623 0.95/1.00 vMB 79
489,854 489,854 00000000000000000094ba9e80b0077d08560a942914df87385375f381d8fe0f 2,441 1.00/1.00 vMB 205
489,853 489,853 0000000000000000005d9740069596bc164132080d20c2d356121b454e624d96 1,716 1.00/1.00 vMB 449
489,852 489,852 000000000000000000c9d3bb16523393fb0d2f9c0b40e4d43dc05ebbcc34dd7c 1,836 0.95/1.00 vMB 84
489,851 489,851 0000000000000000008e95526c43fb5ec34a43e6749f339b092d83a234971df1 1,793 1.00/1.00 vMB 97
489,850 489,850 00000000000000000041c27e21eae32ebf59f2a16c980a76947c164633a4e931 2,416 1.00/1.00 vMB 195
489,849 489,849 000000000000000000d01817b9092412ed4c1d962b077fa3a5d8f92c3b7e0ffb 2,598 1.00/1.00 vMB 129
489,848 489,848 0000000000000000000dac2f08bf6ec8b7384d9be34c2322b0ae7afece2e162d 1 0.00/1.00 vMB 0
489,847 489,847 000000000000000000067e3c523f9e32529599d51d8ad0d6ed1163cfdb748c7d 2,219 1.00/1.00 vMB 187
489,846 489,846 000000000000000000ab9420434ee6a5d8f7b1ddcaa9b7c90eeaaef6a01fd0c4 2,011 1.00/1.00 vMB 201
489,845 489,845 000000000000000000bac89ca136db951b9b4e8c806019949f248badf0779f2a 1,998 1.00/1.00 vMB 215
489,844 489,844 0000000000000000008dd42883fb542eb2c426b4c78ab9d7ecc6b53606cb87aa 2,484 0.96/1.00 vMB 286
489,843 489,843 0000000000000000000b9a620839568d27cc021836d93e1e0f2e1bc5dcb5fd88 28 0.01/1.00 vMB 845
489,842 489,842 000000000000000000b65e58e35b57de2c731bcfac1a52aa2115dd153380f517 2,191 1.00/1.00 vMB 167
489,841 489,841 000000000000000000d57e299e859bcff21499a30b7d6f32de75245d9ab64dce 1,767 0.92/1.00 vMB 186
489,840 489,840 0000000000000000004fa737ec3690bebb26b921938aa0ef7aed8a6211436f80 2,059 0.96/1.00 vMB 238
489,839 489,839 000000000000000000ee354f85314cdea80ec8e331a10adc2737172d3504b9a3 2,412 1.00/1.00 vMB 211
489,838 489,838 000000000000000000001c7ece25292fa12c06cef2fcd5fb17f0da6985c2bc7e 2,230 1.00/1.00 vMB 257
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.