Memory Pool Memory Pool Refreshing

5,520 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 3,001 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (372,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,611 535,611 00000000000000000011726730b4934d2f3c6f7c04e9571972eb94ae0554d879 1.12 MB 2,441 22
535,610 535,610 000000000000000000140e51d226966ae565c53c2dedd81a4490134782d58efa 1.16 MB 1,863 14
535,609 535,609 00000000000000000019b04ca2ee668fa7ae59c5441a33123d11ddf04672378a 1.19 MB 2,526 20
535,608 535,608 00000000000000000005d04d936dadaf5a5b7e57ad5a2ea50ea438076fd82b94 1.06 MB 665 6
535,607 535,607 0000000000000000002ac9e8677365a3c702cadc47ff0e77e2d119eda58a62f0 1.10 MB 1,390 18
535,606 535,606 00000000000000000020a2b71293cbf527a1d22720bf5cd0145e82497829657d 1.04 MB 681 5
535,605 535,605 0000000000000000002202317c15dee81d72bc573a859896c79a01e1a2217efe 1.01 MB 211 1
535,604 535,604 000000000000000000022c7a9365d6ba742f8e0911f21cdeea1ddfa8d33d00ea 1.10 MB 491 2
535,603 535,603 000000000000000000120b2393536c7d3c97003066b1529f8f949a8d5bbc0f9b 1.32 MB 2,111 9
535,602 535,602 0000000000000000002660191bdfe3bbbc3931064fce0f058e834ad2305c4869 1.19 MB 2,712 18
535,601 535,601 00000000000000000018e4bc8f904d85b949dd2e24d059c537dc83a8be64da1d 1.14 MB 1,868 31
535,600 535,600 000000000000000000178ce1050d374c6174718f629bee9ffe4025d3e76d533d 1.31 MB 2,059 17
535,599 535,599 000000000000000000003c678b89a62cd49a7a787a8f618a0e044449ece4e123 1.30 MB 900 5
535,598 535,598 00000000000000000026d853ed5946e7c4a2701301a3a91229cd41bfa2cd605f 1.22 MB 1,705 3
535,597 535,597 00000000000000000014d2813dc064c6bd033641849f915058f433bdde839816 1.13 MB 2,064 14
535,596 535,596 00000000000000000003840f5829355a6db1185a752d712fbcfb6cf6ae22f02e 1.16 MB 2,648 19
535,595 535,595 00000000000000000016030955c32a42f9f3d9ceebabbc6c98bbf1479661d879 1.22 MB 2,999 28
535,594 535,594 00000000000000000008541f57e53b87a4b8c2e2cc3b92ce1b31a8f8c1dc0f81 1.11 MB 2,542 33
535,593 535,593 000000000000000000251c876bdddeeee1abf1aaa1dafe1544929f1e5502f2e3 1.07 MB 973 7
535,592 535,592 00000000000000000024c75a014b3b8d1bea1115386b3522a15bcea425ec141c 1.14 MB 1,610 12
535,591 535,591 00000000000000000019437420548ff067e6454a3221657ade03e211b3a8203f 1.16 MB 2,020 15
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.