Loading Tool

Explorer IconExplorer

Memory Pool

29,512 transactions
24.81 vMB
0.05676165 BTC
Random Selection Loading Transactions
Max Size: 123.04/200 MB

Candidate Block

Mining Attempt 6168753b21d7716b0f1c53e16f7ba19ad68a0ffdd4c3fed458f37cef6fe0a821
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 2911fd29eaf9766a04adfb614cc3e4dc8ef8a4382039d55b321c8927a2fd7f23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.01252286 BTC
Feerates: 73.20 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (525,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,525 389,525 0000000000000000031e8d2db505a26021314c3d7d9637ba5bc2acc1e3f55256 1,523 0.75/1.00 vMB 32
389,524 389,524 000000000000000005a4fa75f22e50a28c1f9df977dca2156aae828fc63bf2f4 2,529 1.00/1.00 vMB 43
389,523 389,523 000000000000000003d90ef4131599e47b37761e8af093fa963ce8d3cc665d16 2,601 1.00/1.00 vMB 46
389,522 389,522 000000000000000009ebcfec4c4450fd21f16f2c5b080f54fb56b9f54687eb16 1,503 0.95/1.00 vMB 24
389,521 389,521 000000000000000006b87fa58fbef05e7f6157552465ab41a41595ed51290c8c 2,084 0.75/1.00 vMB 45
389,520 389,520 000000000000000004e745e79c7b7f893844ae5ee176f370d2e1c4c5dddbbee2 2,914 1.00/1.00 vMB 48
389,519 389,519 00000000000000000803c97ba2c4828fa2b4119ea01de9772a79a7bae0a5872b 2,419 0.95/1.00 vMB 50
389,518 389,518 000000000000000004ea88b7f6588175de4eec93e3d021ec1e9e5605d8655eb6 1,413 0.75/1.00 vMB 26
389,517 389,517 00000000000000000021af20720e9040ac0b9fc69ebdfb010d98bfea1bd70160 2,629 0.93/1.00 vMB 51
389,516 389,516 00000000000000000705c56ffab92456d53b5a76f7be371ab77ee690203e51d4 2,154 1.00/1.00 vMB 33
389,515 389,515 000000000000000006438541d91154aaa69fb691365dd63c1cdc138012fcfdd7 699 1.00/1.00 vMB 16
389,514 389,514 000000000000000000f689874cc6cb09ca932ba373f923da9ed11263a6cc74a2 1,761 0.95/1.00 vMB 31
389,513 389,513 0000000000000000038b8de4852e5c535b91b149eb8588b817378c52cf3308ea 2,653 1.00/1.00 vMB 43
389,512 389,512 000000000000000004579be88ee21c2d3ac0306359ef9e3f18db8b55ac3a1524 2,906 1.00/1.00 vMB 63
389,511 389,511 0000000000000000035a8931561c06c673baed37bebdaec00ca2cf5c12d81020 1,447 0.75/1.00 vMB 25
389,510 389,510 000000000000000006113462a319f54d3c293444cd9ebe61ad1c219776580eb3 1,859 0.75/1.00 vMB 39
389,509 389,509 000000000000000003bf153d752ebd372e2e8a65a14cf4bdd437c9d24a9297c5 2,893 0.95/1.00 vMB 82
389,508 389,508 0000000000000000095d46469e34c6f902a408d3be24287aac1283ab1914310b 2,154 0.95/1.00 vMB 41
389,507 389,507 0000000000000000045dc0145e8269ac544fdea491a027176b02d38027ce6583 2,271 0.95/1.00 vMB 34
389,506 389,506 000000000000000006aa8f4292962a19901a50e931df48e34e7e6f77e1a93ef7 2,473 0.75/1.00 vMB 58
389,505 389,505 00000000000000000048ab61645a30e85d43923e622054d995a6005c7efb5c5f 1,348 0.57/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.86 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: 641.90 GB
    • Received: 12.53 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.