Memory Pool Memory Pool Refreshing

5,112 transactions
1.78 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
1 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,684 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (596,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,081 311,081 00000000000000001d5780220d73fc99a00a7f93fec79d79c690bbd114bcef60 0.10 MB 184 26
311,080 311,080 00000000000000001ce5406f1ea61034744c36b538716c784080ec8f4420b064 0.15 MB 338 34
311,079 311,079 0000000000000000177a10c88d108b4a329758ea8b86d042ed556b2d80c1b200 0.69 MB 1,409 32
311,078 311,078 0000000000000000230f42b27d452d22fa45b3d622b5ed86b375c0e3d9a58bbe 0.11 MB 255 40
311,077 311,077 00000000000000001ae19232b9b826635a79faa8fe8007605fafd50f854d0954 0.05 MB 94 27
311,076 311,076 0000000000000000106124d11134e52aa54339831ead07e7edea9ec654060a03 0.11 MB 239 32
311,075 311,075 00000000000000003c4a6fdcb3c42961924819ed985386cee5b513372f7cb61b 0.20 MB 355 32
311,074 311,074 0000000000000000174e1950ae1bc890191687ea106c29b9b8841ab60e3f4fb6 0.25 MB 489 33
311,073 311,073 0000000000000000379e4b3f87370927af1773baaa2b09af535ac7339ba580af 0.19 MB 373 30
311,072 311,072 00000000000000001cf4f0694491e1ca38da8e13cbfdd1156aa11816a40f6baa 0.22 MB 437 27
311,071 311,071 0000000000000000294f8ffa4c39067504c7e35b944f0e49b822d6a878795cab 0.19 MB 257 20
311,070 311,070 00000000000000002629e2a82d2b2707886695aa318ca8c718fa9ca15e3ae6ba 0.40 MB 611 25
311,069 311,069 00000000000000002b808b985c31d6707c99fba0c67f95ee0eee0e66de4f77ae 0.22 MB 293 23
311,068 311,068 0000000000000000126955f806583e1f5a940b16a9d4778db88dada86da9a719 0.31 MB 499 33
311,067 311,067 00000000000000003a376a8c103aef16107ac91c535c6635bac074b8a9374a42 0.55 MB 722 22
311,066 311,066 000000000000000005ab99cfbc31797808a9c72d3a5d0e02a8acc78567939d9f 0.30 MB 530 27
311,065 311,065 00000000000000003bb75ae4a19e02928341907b90f935bf5f6a20c1be137b3c 0.22 MB 451 30
311,064 311,064 00000000000000001cd28735f0c3067ff033a8098a8bff24f443f109186c8222 0.51 MB 904 42
311,063 311,063 000000000000000002b4e2df17dc9670014fd3b6a99199ba6537ca57d0d263ca 0.13 MB 284 35
311,062 311,062 000000000000000006cd188a49c068e07f22bc1f2f1b91a56a1984acf29826bf 0.07 MB 159 30
311,061 311,061 00000000000000002b7ce344529a08b95cdd655be2130c8c9ba382f786cb8b3d 0.02 MB 40 26
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.