Memory Pool Memory Pool Refreshing

5,754 transactions
1.95 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,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (102,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,635 805,635 0000000000000000000138a329ac2d8dc0784b7c9a9a67934c94ae9f1588f17b 1.97 MB 3,088 16
805,634 805,634 00000000000000000004bc576983226b5d1f10cf0b5500c947f56b3668ce3ab5 1.65 MB 2,612 14
805,633 805,633 00000000000000000000eb30a5af8b82ee511b2a78e8a9eced0e142a76173b0d 1.68 MB 2,911 14
805,632 805,632 00000000000000000000645ec3265b339bbb3ba0cfab28853491581224229e8c 1.41 MB 2,634 21
805,631 805,631 00000000000000000004ce0e5223ac3a559fcd5d0ca2cce7b9180933f82322d2 1.63 MB 3,572 19
805,630 805,630 00000000000000000004870058763e0d5c261a05233b888ca256df96d2313249 1.28 MB 1,616 17
805,629 805,629 0000000000000000000165b3888e0638516a440ca3c07d37a90a316f1b036e7e 1.53 MB 3,417 25
805,628 805,628 00000000000000000003661aa8bc97c005da8e00e31f07430009d8645e8d8ac5 1.54 MB 2,806 28
805,627 805,627 00000000000000000000f1d817504111cf49f9d06c0928fc6edda754bc206cef 1.59 MB 2,973 18
805,626 805,626 00000000000000000003b497b9d201e5e09a3ea92fe0456f8ba7f61c7a9ef637 1.62 MB 2,817 27
805,625 805,625 00000000000000000000d69efef403fffb34181d608cda16af66f75873ad8ccc 1.49 MB 3,145 23
805,624 805,624 00000000000000000001603d1376d2540c9e8585e204b10ac4f7c96211de4fbd 1.89 MB 3,610 14
805,623 805,623 00000000000000000001c60c6f0954b6495f563adabe75616c7ec63f84786576 1.48 MB 2,607 19
805,622 805,622 00000000000000000003b6f0f5fa81a87a466dfd7930a1cce38eb4bc495f47e0 1.56 MB 2,737 18
805,621 805,621 00000000000000000003a64659b8fd131ee6553e130693ebced7768ed1c92844 1.29 MB 1,525 21
805,620 805,620 000000000000000000032abf141a914960154414d53468d7e95e32015951c1fd 1.39 MB 1,966 23
805,619 805,619 0000000000000000000280fcb03e79cbefab92c0720efd76e10cf67ac26eb912 1.41 MB 2,691 24
805,618 805,618 0000000000000000000169c4a9a0e62b536191fab87095fb9d3e5b1ba04e0005 1.56 MB 3,099 25
805,617 805,617 000000000000000000039ae6527b889c2e8ad21bc3b159503a48260fc99f8285 1.57 MB 3,125 22
805,616 805,616 0000000000000000000363de8d2a4a350e870d3c262b7b4ae99b18695531ee5c 2.82 MB 1,567 13
805,615 805,615 00000000000000000000fb45c23a55b768c397289e1e3e1f357699184b1c5582 1.66 MB 3,412 22
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.