Loading Tool

Explorer IconExplorer

Memory Pool

43,079 transactions
29.07 vMB
0.09110845 BTC
Random Selection Loading Transactions
Max Size: 148.72/200 MB

Candidate Block

Mining Attempt 916e911b8add04c2b983ea685da6275f714282c7c4916448d02e2a07043a925a
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 62908e7c4bfbcc59de1c72c193e8b8cbfc1b7a72e154253846668afa7574814c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.03273531 BTC
Feerates: 88.27 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (853,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,873 60,873 0000000004c5fdd9e156422f5076d390fb5cbf80fab37e50459dd42723976e01 1 0.00/1.00 vMB 0
60,872 60,872 000000000a407c702a9df1655375735a1353575c856110ee542959efad3aee2d 2 0.00/1.00 vMB 0
60,871 60,871 0000000009f17380ca88c33328b1d69ba5da38f982269fa1e8f6915ff08fd662 1 0.00/1.00 vMB 0
60,870 60,870 0000000009ba1b3b1319b04c2ec3e5df7c8cb2513dc3682340c3d8876a852082 2 0.00/1.00 vMB 0
60,869 60,869 0000000008bc1e36ed94b8d933d95f32e1b9bc2e5d5300f4a9ba06384afe9f66 1 0.00/1.00 vMB 0
60,868 60,868 0000000002fd3c058a223cbc8582c80851750628a21716d64171ecb3614affce 1 0.00/1.00 vMB 0
60,867 60,867 000000000be7a352fb5b8e3ccdcc5de322826660456e37cd252f865ce5edbca0 1 0.00/1.00 vMB 0
60,866 60,866 0000000004a0c8b76496e6c60561a7c8e41195fe41a021a506b5e424854fb2d9 1 0.00/1.00 vMB 0
60,865 60,865 00000000017f3ae70ba4d45e16743029d88a5ede8ec79d6918d62ee284ec201f 5 0.00/1.00 vMB 0
60,864 60,864 0000000008655f9cb0aa11ac94d8eed791103009422d847df2648a7b47880ccc 2 0.00/1.00 vMB 0
60,863 60,863 000000000e43e0a755ce3994b7426f18dad31611ae0d7e4d0e3cbee03825465d 3 0.00/1.00 vMB 0
60,862 60,862 000000000aedd5a83afaf7e3e7d2b7ec60d34a2f14b40e0d5c1f84b10be4675b 1 0.00/1.00 vMB 0
60,861 60,861 000000000b049d55febda10d83d816e51b9bf38c8dfe6b857ecde4259120d271 12 0.00/1.00 vMB 0
60,860 60,860 000000000a96c2ad764368e3563de57469e2ec16eeb5e63437962435cecacd06 5 0.00/1.00 vMB 0
60,859 60,859 000000000ddbbb2ff812ff705ca0250c4cf3ac17e242939dabe6fddf98a1312c 5 0.00/1.00 vMB 0
60,858 60,858 000000000e63d88cfc015c68612ef8127e23b3136300dca10337ff73af883a45 3 0.01/1.00 vMB 0
60,857 60,857 000000000260daa9103aef6fef76c2833ba926472ca0684e2bb52d97a0053579 1 0.00/1.00 vMB 0
60,856 60,856 0000000005e7d7b5e09495280cfaadcf013fae3914d30206235f0ebe03193b94 1 0.00/1.00 vMB 0
60,855 60,855 0000000005bc30710ede666ec57a5c1d664fe3a0d4eaad95cac9d0b4c23f71a9 1 0.00/1.00 vMB 0
60,854 60,854 00000000011499921cf682c2c46e94a2e1ede95376bf7c93ed79ca4605295faf 1 0.00/1.00 vMB 0
60,853 60,853 000000000cac30f3df9cb76fc397fcf0c3c236cd39ea35e87d4d9c9004f0176e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.