Memory Pool Memory Pool Refreshing

8,440 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,829 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (783,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,909 123,909 00000000000048d6c1846863591c4cc903bf7f888517e1b98f57590b59b46b55 0.00 MB 1 0
123,908 123,908 00000000000043231398ddadb89b155f9076ef390f8340d1c59947cb3a431e13 0.00 MB 1 0
123,907 123,907 0000000000006a69d8b0d135907efc61b110744f3aa0f770d22e005fdad1a9d0 0.00 MB 12 0
123,906 123,906 000000000000673f92147bb6a98fa2287bc0b00a17d52755c97d505d243c0db3 0.00 MB 7 3,768
123,905 123,905 00000000000005e49e1c8ad9ac0d2f621aafb99ba0d207c7f72603df6d7972fe 0.01 MB 45 2,118
123,904 123,904 0000000000003bd62d7e5288c3da3bce0ec3ebf1897fc7dd7aa80f45dacdcc93 0.00 MB 2 0
123,903 123,903 000000000000601bed874a1cd209d5672c5ed2da02550c999246838e8216a6cc 0.00 MB 9 488
123,902 123,902 0000000000004e78f996c53b3bba67d7bd25cb757d1896e66e01497243a21e4e 0.01 MB 29 475
123,901 123,901 00000000000052d89ad443e4d48d01f0f7fc0de58151378cf58d7f5e07e4eda8 0.01 MB 27 0
123,900 123,900 00000000000062b727ecda27173017ac99303c6c7bfe84a57d16eba44e66d922 0.00 MB 6 0
123,899 123,899 0000000000001342155f40a3f3e65de7559df7c95180ec16698e8d26af9737ab 0.01 MB 18 586
123,898 123,898 0000000000002a62ed5536d0e37cecd1bc1cdfafad16e57489bbeb6f69812dda 0.01 MB 41 2,604
123,897 123,897 00000000000030c3675aafbc7ac6f54833794e2d5b7ddaf7100336db15f1d788 0.01 MB 37 726
123,896 123,896 000000000000131e7d0632b35311ea1dfc5081c59adc0816351f05d69f041a9f 0.00 MB 11 315
123,895 123,895 0000000000002cc7f3db22fbef4a6223d55431a29ece69ca2788bde4355694ed 0.00 MB 1 0
123,894 123,894 0000000000005797532ff5e163c45f30e1bba0a982d56fcbde4f41b0732fafe6 0.00 MB 3 0
123,893 123,893 000000000000489eaddff1fd0e57f19ab149d0e8c600c1b029ca14f05b7589b2 0.01 MB 14 918
123,892 123,892 000000000000084c93023c32670be6b42e2e7aee199b3b20c4dfc7ed4ff94629 0.02 MB 39 1,047
123,891 123,891 000000000000172c481ed7b049066588b74ea76b5dfcf032d1fe199a3701a4fa 0.02 MB 64 325
123,890 123,890 00000000000054fcb5451d3f23246a8f90d90eda562b717ed7e0ffc3499491b9 0.00 MB 8 274
123,889 123,889 00000000000014bdbe388f46ed0ff35a5b62682a2c12c8b4ec5f75ea2d3a1afe 0.00 MB 11 1,197
Previous 10 blocks ↓
Total Size: 769.29 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,636.95 GB sent, 94.37 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.