Loading Tool

Explorer IconExplorer

Memory Pool

78,949 transactions
29.60 vMB
0.07281857 BTC
Random Selection Loading Transactions
Max Size: 177.57/200 MB

Candidate Block

Mining Attempt 9da6423862979cbc07ee5037b9d80d3e4bedbd017f2b6136d267e2b4140f41d6
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root dacb7832ea4378d97eabf058f449234de7ed989ad0cc54dc2da357328b25b912
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,248
Size: 1.00 vMB
Total Fees: 0.01246638 BTC
Feerates: 150.77 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (314,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,882 600,882 0000000000000000000b5273e115ee13f37224ea92ecbdeb365e1ae46b23e99f 2,816 1.00/1.00 vMB 23
600,881 600,881 000000000000000000034ad460f4176a41886c714e1fe17aacee630b1ae438cb 2,752 1.00/1.00 vMB 28
600,880 600,880 00000000000000000003566570e4381f8e8d1ef9d10c3c835fe1e0ab61eeab39 3,118 1.00/1.00 vMB 29
600,879 600,879 00000000000000000010e6e0e30d8b83a016883371b19039a61c13f7272711ec 2,873 1.00/1.00 vMB 39
600,878 600,878 00000000000000000007a9a023b2c921afb985d18b7951f588c33a06bbff9ce1 2,787 1.00/1.00 vMB 17
600,877 600,877 00000000000000000010f81c8fea97786f8190ada1b2c05cfc6b843e40b83c6e 2,801 1.00/1.00 vMB 21
600,876 600,876 0000000000000000000b341fd6950e66f9082ef6ffe5a6182cb5af48241ecd78 2,200 1.00/1.00 vMB 36
600,875 600,875 0000000000000000000a3bc0d04f584772cd8291f0429ebf1295bf5676525586 2,367 1.00/1.00 vMB 61
600,874 600,874 0000000000000000001179bb8ff946b78c86910a646cc43c342c15b061ed0bce 2,560 1.00/1.00 vMB 25
600,873 600,873 0000000000000000000d54c7a8971eefe51d8f778c9ae5c3a559511e8d506853 2,437 1.00/1.00 vMB 30
600,872 600,872 000000000000000000056ad7b580260b120b6aa29eed4497c42032a8d97678ed 2,707 1.00/1.00 vMB 27
600,871 600,871 0000000000000000000da19960ca1695b1ccaf25400050faf29966bd6b3b56c9 1 0.00/1.00 vMB 0
600,870 600,870 000000000000000000115eca7d325ad968b96e97151527bdfc711373870e14b9 2,870 1.00/1.00 vMB 25
600,869 600,869 00000000000000000007889dd2b23c05b6501a7d11ed0d9b99e8a4319b44f906 2,119 1.00/1.00 vMB 22
600,868 600,868 0000000000000000001388465ab77d5db96f9ae25bdd21ca79c93e2fd6e7e458 2,623 1.00/1.00 vMB 48
600,867 600,867 0000000000000000000a33c8faef171c21b37c6718e475227951ac8ac97fa618 2,692 1.00/1.00 vMB 49
600,866 600,866 0000000000000000000d10df1d11d37aac5401a6e2fd082d0b368a44a6c18a50 2,001 1.00/1.00 vMB 26
600,865 600,865 00000000000000000005fe8dd81186b52ccbb620b702e63af113f5e2cbea9e58 2,720 1.00/1.00 vMB 54
600,864 600,864 0000000000000000000f4d1a7abe7bc755044e59a6e0d5d269e89d7ba81ff7ef 2,072 1.00/1.00 vMB 26
600,863 600,863 0000000000000000000976e0fe875448a9e7d2f114cfe979f46a46574661c6ad 2,096 1.00/1.00 vMB 38
600,862 600,862 00000000000000000010348d5506ab29f7f6d79222d0b3864a53c3528c4e0ecb 1,345 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.