Loading Tool

Explorer IconExplorer

Memory Pool

74,856 transactions
27.62 vMB
0.07380161 BTC
Random Selection Loading Transactions
Max Size: 168.62/200 MB

Candidate Block

Mining Attempt 8f5d90bfb4daca127d2e6d5eb833f6def88c422928bb5119520d9d62c96edd8f
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 7e331f5da9cbe20be2871c2395f5066ddcee8afd9e380e12f6086f771031a62c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,294
Size: 1.00 vMB
Total Fees: 0.01485562 BTC
Feerates: 79.15 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (45,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,145 870,145 00000000000000000000a285a8f6da65e165aa380e56986ea282098228dc9d56 3,649 1.00/1.00 vMB 20
870,144 870,144 000000000000000000012280bad98eba5a84be881b5d698a63f24b31c099075b 4,152 1.00/1.00 vMB 21
870,143 870,143 000000000000000000018d882f1f633ee449fa20ae2162bab10d30030fe25ee4 3,605 1.00/1.00 vMB 21
870,142 870,142 000000000000000000006d8a71b4cb766fc761f9af923aa8eee91d54479fdc69 2,923 1.00/1.00 vMB 10
870,141 870,141 000000000000000000029da56ac543911603a948788a6946bca8acd2c7565985 3,940 1.00/1.00 vMB 12
870,140 870,140 000000000000000000000ad241458a09b8ce7a7936059c460d01b1e7e30d0683 3,780 1.00/1.00 vMB 20
870,139 870,139 000000000000000000016b1c6e7efb309f7b2522637983d820bdd9dfe2f0f2e6 3,143 1.00/1.00 vMB 15
870,138 870,138 0000000000000000000071897b82f7410fb6657f6e95e44c997d9ceedd2b8356 3,710 1.00/1.00 vMB 16
870,137 870,137 0000000000000000000187b62dff97a4029799147a648c7b4a8e361f9404c1f4 3,917 1.00/1.00 vMB 19
870,136 870,136 000000000000000000019dcb150b6a017960d47965cbc6628737395207a1d4a6 3,615 1.00/1.00 vMB 20
870,135 870,135 0000000000000000000077cf7da7e29a6995bd9a652d0cc4b286a81e25a8e7f9 3,967 1.00/1.00 vMB 12
870,134 870,134 00000000000000000002306b40f63da6f259245d8db0ca9c168f8edfec8122fe 4,437 1.00/1.00 vMB 13
870,133 870,133 000000000000000000001f8d3a8dd214acb49ed9d2aac887830468a75daae03c 5,682 1.00/1.00 vMB 18
870,132 870,132 00000000000000000001dfc27f92299df4f78a4ca633f5e80cd57519de07f887 5,791 1.00/1.00 vMB 16
870,131 870,131 0000000000000000000113ab5a7ca3d660df3566485329d4531b635af9c9aa9d 5,711 1.00/1.00 vMB 15
870,130 870,130 0000000000000000000078ba418c654257c4e13812dc736e0023bf20db3663cb 5,819 1.00/1.00 vMB 20
870,129 870,129 00000000000000000000c1eeec8bc0598c07a6dd05187862de0c514616d37cd2 5,674 1.00/1.00 vMB 11
870,128 870,128 00000000000000000000953763450bdaa3b26e72c305074e9dec4c7d36880db6 6,008 1.00/1.00 vMB 15
870,127 870,127 000000000000000000014e70cc4f7087a2c2af41584a23258a4bd2f8d14ea470 1,289 1.00/1.00 vMB 10
870,126 870,126 0000000000000000000132c14db6b83262171680ed01c5095bef28e40bf86a14 3,695 1.00/1.00 vMB 12
870,125 870,125 000000000000000000001c81538d73c83da6d4ab478d8f13e6079fc32b7cfa83 1,761 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.