Memory Pool Memory Pool Refreshing

7,318 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (365,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
541,738 541,738 0000000000000000001c0e9665ddceb281c02631c9a54f0aa9de851e974e1056 1.22 MB 2,387 10
541,737 541,737 00000000000000000008a20f26a8da93ecea64295d31c8e6059d7d5bc813bb39 1.12 MB 1,078 7
541,736 541,736 0000000000000000001baf138e815dbc6856039627c11b38ba310338382db9c8 0.39 MB 345 28
541,735 541,735 00000000000000000012c14f08b88546355dd403887ea9ae98b88ef3e415b1a8 1.24 MB 2,798 17
541,734 541,734 00000000000000000023b55a1228efcd5a61df884d65fe01964d98346229db30 0.20 MB 432 43
541,733 541,733 0000000000000000001f77b5cd1abda53b5edc53cec12502c55f8455128998f8 1.14 MB 2,305 21
541,732 541,732 00000000000000000020e1a1a4018a14184ccd820291f6a3969bd59d16f77ab2 1.25 MB 2,592 16
541,731 541,731 0000000000000000002287be3aca07d787e2d9b53912e400741d93823d3b20fa 1.17 MB 2,821 22
541,730 541,730 00000000000000000020f728c0e0862529111c9776123ffde1bfc52875b21528 0.09 MB 231 9
541,729 541,729 000000000000000000244ef253171aa35c126202b48a41c1ee87749f58660441 0.71 MB 1,744 29
541,728 541,728 00000000000000000026d0669b860c2a3f8b522f100e848f8f48b8eb1eba45d2 0.57 MB 1,428 21
541,727 541,727 000000000000000000274341711510252e888da067d948056918a682bec693f8 0.28 MB 750 13
541,726 541,726 00000000000000000024a5402e41028bb3c0df06b068ca53df2f2217e616720f 0.21 MB 551 12
541,725 541,725 00000000000000000013d8b23b1d308b76b3b27577a755900270a53c2d7e591a 1.12 MB 2,565 14
541,724 541,724 00000000000000000004ba296dda16e6560ad6dc1976183528418c9d264465e7 0.89 MB 1,047 9
541,723 541,723 0000000000000000000603ef93200142888e51285664c6c0ecd9fa2d7ec6040b 1.21 MB 3,056 19
541,722 541,722 000000000000000000187074a4bc581703376c91cb08c14fe75c7715c8473d81 0.53 MB 607 5
541,721 541,721 00000000000000000000413698dcd83d981b8b75dfa3e355e974fd463b73c221 1.18 MB 2,998 14
541,720 541,720 0000000000000000001ee29daf91ef1cbdf01bd53e80dfa734102a7c091671c2 0.20 MB 476 17
541,719 541,719 0000000000000000001ac6535bbd20828a7006f56e28fbe53981e029ccd44b7f 0.73 MB 1,714 15
541,718 541,718 0000000000000000001e0e46a18d47cd39578633ae851654103cad791949c78d 0.15 MB 303 19
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.