Memory Pool Memory Pool Refreshing

566 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 559 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (186,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,090 721,090 0000000000000000000a3abd40e9b79c471fbe104eea16c38334921d0c4fbf80 1.52 MB 3,799 16
721,089 721,089 000000000000000000095af58dd9b97286884424ded70570f7df81f62fd58632 1.38 MB 2,962 27
721,088 721,088 000000000000000000002b59c11df314d0a8dad3e85d2121fc8f8d781c62f7f0 1.42 MB 2,899 27
721,087 721,087 00000000000000000002b417d91afc5a31bf01296b811e70b2ce2c8702abfe60 1.48 MB 2,625 13
721,086 721,086 00000000000000000009b363771d93b60261566bd750fbf1d1c24ac3a334b8ae 1.43 MB 1,875 7
721,085 721,085 00000000000000000005fd828aa9b033e2fb81f12ff3927e57a325b2d6d80437 1.64 MB 2,065 6
721,084 721,084 00000000000000000008e8e7189928ca2ea92ad6e1074a12df11049149252910 1.48 MB 3,314 18
721,083 721,083 000000000000000000025dfea7511b3fadafbfc55445b7f90877abddf18d5d8a 1.41 MB 2,997 9
721,082 721,082 0000000000000000000159be8963c7cd35f335b1fa16b7cc1e08f9f421f72a8e 1.48 MB 3,127 20
721,081 721,081 00000000000000000003a8901f416b2f08615a97209ace8e729d08ffd3515247 1.55 MB 2,498 24
721,080 721,080 00000000000000000006a7ae8f24dd541be95efbe85e46472978959e02eaffb9 1.48 MB 2,883 14
721,079 721,079 00000000000000000004ba03fd6562f800f6102c313b373e21aa9804c376a284 1.20 MB 1,714 29
721,078 721,078 00000000000000000005ea753d912b8aba7de4ca37863948eed8ac29070641cb 1.10 MB 688 27
721,077 721,077 00000000000000000002cfa0e49b4138dbd106c08ba6c139831d10368d0c4a4f 1.05 MB 459 24
721,076 721,076 00000000000000000007eb76724cd518272544f6b24e551f43f020623774de83 1.10 MB 942 29
721,075 721,075 00000000000000000002360363ac957bd44e794280893aba3a880cb15070d0ac 0.08 MB 100 7
721,074 721,074 00000000000000000002270387d58d12b0a0aa34c0670ae484b13f0c77830a7a 1.54 MB 2,842 7
721,073 721,073 000000000000000000020e0a2f48393d4b1cf18eb25f5d56ede401ba463def8d 0.69 MB 603 3
721,072 721,072 00000000000000000007ad18cddd08312c06af0c982f6a508561c9962662a02d 1.26 MB 1,260 4
721,071 721,071 00000000000000000004c6682079b0ece498359e36ec1bc7dd2ca57e2063b38f 1.33 MB 1,709 8
721,070 721,070 0000000000000000000993158df60d187eb933e0a49188b2bea570cf35eb0e0f 1.10 MB 759 3
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.