Memory Pool Memory Pool Refreshing

4,667 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,127 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (635,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,994 271,994 00000000000000031a10074c25be581cd6e9bba572e294641803b4a47511d104 0.25 MB 648 150
271,993 271,993 0000000000000005a8aed199d6a350f8fa073e9d55bc11c7d408b6c7ab872829 0.11 MB 81 14
271,992 271,992 00000000000000046ff3ef6f6040a66ddfa08df5a4725dfb87f4670a8b8ca84f 0.35 MB 900 49
271,991 271,991 000000000000000279b19acfe9bee18e375bbbecb16a6b354c760b082021e040 0.25 MB 743 42
271,990 271,990 00000000000000043b129c029fcf3bce3e6a5dd85964747478076be02706b59f 0.25 MB 497 121
271,989 271,989 000000000000000629bf6cefbb40941741b593ecaa0c4bf8130b0984e11aa3a3 0.18 MB 232 34
271,988 271,988 0000000000000000fb2edcf0fcd32200d3986a220b6e13c6a0c7495b5f18d26d 0.25 MB 734 106
271,987 271,987 00000000000000018603c5d7b51fed16b35cde6a117f9621f5eeb3f58b6cf9cb 0.15 MB 341 59
271,986 271,986 000000000000000707ee5ad19f2d491db8f3fea53cf52bd742f81fa9112f8def 0.10 MB 226 39
271,985 271,985 00000000000000037460f0d76c6107d23bef89dc700c8925c397e69a94113810 0.09 MB 136 56
271,984 271,984 0000000000000006e12ab995ad77ccc7a31da0696dcafe8e3dca29dc44216486 0.27 MB 514 51
271,983 271,983 000000000000000510d39b224b3720ec54cbb0c941743d03790dcf14bdb8ab71 0.25 MB 742 87
271,982 271,982 0000000000000006e5c2f9506c8c3326665dcab61906db8bbc356caed82ef64c 0.33 MB 326 12
271,981 271,981 0000000000000004bb427c85a460e27fbb7f9e11772afb5a4d9ff291be434d78 0.50 MB 431 30
271,980 271,980 000000000000000676058116a2878c2540d78d5b5cf959ae1ca935d5d8f7438b 0.35 MB 625 13
271,979 271,979 000000000000000222435e115ca3f8e26d23464d8e21b0230b9459e17ffe5575 0.50 MB 1,245 54
271,978 271,978 000000000000000628e6c7baa7cd12cc2fc4ba70ffeb09d9f1e57ec3a3ff3c40 0.25 MB 749 150
271,977 271,977 0000000000000006ce440440d5d59343e46e24075a55e7f58415fd10b78e65e1 0.25 MB 722 495
271,976 271,976 000000000000000091d8e7d74e627a2c8a3b441bfad1d78b6f64fbb42b27db95 0.25 MB 317 26
271,975 271,975 000000000000000346057290486e77dc529aff3ff15afab1b3e4c766a8bc7b43 0.50 MB 1,051 27
271,974 271,974 00000000000000008a2fd6701d502ee36bd57c5a4af4756f9a9abddd618f2296 0.25 MB 790 81
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.