Memory Pool Memory Pool Refreshing

18,505 transactions (4.28 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,170 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,004 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,169 (883,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,982 25,982 00000000f6af3abacbbc6992db3a307fb938cee2029a8eca6310a90e1ca57a16 0.00 MB 1 0
25,981 25,981 00000000068383a36d2aa21050cd491fca4bc70bc14881f760fe50ae304578aa 0.00 MB 1 0
25,980 25,980 00000000a19654a4080b5801ac27016cd3deb18528e96ef7a754e1458cefb1a5 0.00 MB 1 0
25,979 25,979 00000000c0d1322f62115fb924b48c8fb325f0dc29edf3436961bc282ad2c589 0.00 MB 1 0
25,978 25,978 00000000a2bf7d1d5c75ec0cbd17bf75d26a60830ffca0f593c97b034eb25338 0.00 MB 1 0
25,977 25,977 00000000944e124003ff1f02aaddc3aceb26bf5d662f633d281ea57a03b70e12 0.00 MB 1 0
25,976 25,976 0000000089af54fbc8bc20b83fbebcbd24866a834d0e6eba4a25426047985f32 0.00 MB 1 0
25,975 25,975 0000000084b9771dddcc40de9e35caa40117aff780c896291a550740692132fe 0.00 MB 1 0
25,974 25,974 000000003c20a8d33ddaf81df8bf540c63c29c056fb602a2e6faeb0d431230c9 0.00 MB 1 0
25,973 25,973 00000000e7e0d346bc387cb660d7244a2ad059bb9b9c6ace96e4fd3181d2e948 0.00 MB 1 0
25,972 25,972 000000006c751ecbe188f905b42a4a7e755a6e8d0ce772403215ceb191f8ffc4 0.00 MB 1 0
25,971 25,971 00000000d65add3131a16caa5caa2cda0cfa75222f651bd88565401fccdf0508 0.00 MB 1 0
25,970 25,970 000000007af1e149bbb3db9401c39d78a618e079ebbfae9af5b44c041f4bae3b 0.00 MB 1 0
25,969 25,969 0000000088b83864e3bc7ce7f28617dbd645d66c1573dbf2ab8158f2325f7895 0.00 MB 2 0
25,968 25,968 00000000a6031626bf9c6f40d86722461e7fe608204e07a218dfdd64a7e88b2a 0.00 MB 1 0
25,967 25,967 0000000066762493d2e70f7af2c580e5962aa32e15af124de17bd043d3817854 0.00 MB 1 0
25,966 25,966 000000002d146d8616e135579258426bec7fd4501ea35e48354110733ce18bae 0.00 MB 1 0
25,965 25,965 00000000152f414db9fc18d918e56b9dd418098c14e4417491351e17cba09a6f 0.00 MB 1 0
25,964 25,964 00000000b245ac79a591c48081a1fd7c80e9d9c15defedd46f05fec453601e57 0.00 MB 1 0
25,963 25,963 00000000f45a6535b746fbb36657232d8ac8f2cd710655cd3a72d504c5b0cca4 0.00 MB 1 0
25,962 25,962 00000000e295d729b7caa6a7d1282b01b2e8ebb373df4cfc862cbedbfd98b91d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,980.41 GB sent, 106.99 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.