Loading Tool

Explorer IconExplorer

Memory Pool

34,329 transactions
26.45 vMB
0.05537539 BTC
Random Selection Loading Transactions
Max Size: 133.02/200 MB

Candidate Block

Mining Attempt dce0b1e1bbbd1a0859e52d48befe51c7e910f38ef63106c55e8a93dd5cbbc15d
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 11ac69791a8a808c9461a263788ee2c31a7bf59e53ebb51b8608a2b39efd59c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.00622290 BTC
Feerates: 61.00 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (224,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,915 689,915 00000000000000000003f2120ac80e0fff8418c905f1f24a2321dc0846bd7b32 1,759 1.00/1.00 vMB 70
689,914 689,914 0000000000000000000a8bec09f05d34261e47bd112e1e97d133efdfaec662f6 2,235 1.00/1.00 vMB 93
689,913 689,913 00000000000000000008c80af0fced34d15756ba9a40a6b63928220814a2b237 1,065 0.39/1.00 vMB 34
689,912 689,912 0000000000000000000bfdc5ca00eaafd839605fc0ba678eb64020f062ca1dc0 2,656 1.00/1.00 vMB 42
689,911 689,911 0000000000000000000d8aaad5f0b572c386b087afbdf03ad1288d90acc4e0b2 408 0.12/1.00 vMB 43
689,910 689,910 00000000000000000012d0f2cf986bddc04fea380e4cc9047740f83e6d031d60 1,652 0.50/1.00 vMB 49
689,909 689,909 00000000000000000002cd87731f239d3bcc6b6cbf6444a7bb4bf0be95aa570d 64 0.02/1.00 vMB 56
689,908 689,908 0000000000000000000dec45c31c1ddb704c235fb128ca7f12ac2efb0c56ef2a 1,597 0.56/1.00 vMB 41
689,907 689,907 0000000000000000000b2e81410cd1f03f2bf51c8dbb09b7193e7ed503231633 1,334 0.49/1.00 vMB 40
689,906 689,906 00000000000000000005153a45a08832f00df0da65d2e878dd799ceaf69b8859 704 0.38/1.00 vMB 35
689,905 689,905 0000000000000000000b7d6b01e448532024e8e24ad47898b09386906dd1fd0d 1,667 1.00/1.00 vMB 24
689,904 689,904 000000000000000000138d52dc4375801c3c4a57613bc390b966efa116908835 1,104 1.00/1.00 vMB 19
689,903 689,903 00000000000000000003111a2678f53ffb34b4aca0a609d6cdf9a639a2319feb 413 1.00/1.00 vMB 4
689,902 689,902 0000000000000000000782a37bfcd696d7e1b381089f6626d8f70773a1365302 1,946 1.00/1.00 vMB 6
689,901 689,901 0000000000000000000bbbcf6d7a6409d424bd95ae2a6ccc96121d3b2d4e3cbb 2,262 1.00/1.00 vMB 35
689,900 689,900 0000000000000000000bbc025e538534922607612334f3e2e77f320c235c87a5 2,938 1.00/1.00 vMB 79
689,899 689,899 0000000000000000000dcb43747cdc71fa7bd04063a0b6138bc43d1ed3e3c148 324 1.00/1.00 vMB 5
689,898 689,898 00000000000000000003af8cf55c660d43a0349d9edf71e8cc7259aba9d18254 760 1.00/1.00 vMB 19
689,897 689,897 0000000000000000000ab57d12df31f71d2ee95bc437fccfdcbe3b94e33ce44c 867 1.00/1.00 vMB 14
689,896 689,896 00000000000000000007413be7f12ee6700f8b172babf35732629fa244c50d52 1,804 1.00/1.00 vMB 7
689,895 689,895 0000000000000000000ef7b73efc46a6262158370de9383fb2d4d1185e0f717d 1,699 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.77 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: 632.83 GB
    • Received: 12.15 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.