Memory Pool Memory Pool Refreshing

3,645 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,512 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (146,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
760,812 760,812 000000000000000000035f1ce3155d2ffa6b4aad744f374d560b7c3697bbeb05 0.62 MB 1,027 10
760,811 760,811 00000000000000000007471762f0764718c7857d5ff1c283f6cf06c6158ad930 0.62 MB 1,055 9
760,810 760,810 000000000000000000030af44f3248a048b09946fba9200cca942652a58ed990 1.55 MB 3,172 16
760,809 760,809 00000000000000000003669ca2a9eb926f361b83c333f3006718a2ed49b18a6d 0.58 MB 893 11
760,808 760,808 00000000000000000006da5e4369100d5e3294cf98ead8de9d501c5282cdebff 0.26 MB 372 13
760,807 760,807 00000000000000000000488815a824e0000be1b041464f5764c4dfbb2eae0773 0.80 MB 742 3
760,806 760,806 00000000000000000006c203678ea459bd7c96bc9419b62d4f24b2243fe25db7 1.48 MB 2,672 18
760,805 760,805 000000000000000000001dc7bcc2204cbfa12399290af315662bff2ddb91cd4b 1.15 MB 1,316 15
760,804 760,804 0000000000000000000694198398571951f47e58b459ec7fb9f5ae4971019557 0.94 MB 1,023 8
760,803 760,803 000000000000000000042bee136d8802e89a6e4a8658751f569f92c4e34ea65f 0.70 MB 1,661 15
760,802 760,802 00000000000000000000e432909b6fe4a17e527abc98fb3743ca872fde87445d 0.30 MB 406 11
760,801 760,801 000000000000000000021013de76a619f7cc61285529ebeee818abfcdb506201 0.05 MB 118 14
760,800 760,800 000000000000000000012b193d9575df7b1a9c2b639d037b5fc92de4de88b1be 0.26 MB 517 14
760,799 760,799 00000000000000000003b0ebf938c57f7c60dfab2589e4fe731713bfb59d86d0 0.48 MB 779 13
760,798 760,798 00000000000000000005fc09a44be6666c5db58547adbf168b309fe1d35f2a69 1.61 MB 2,638 11
760,797 760,797 000000000000000000053ec6f106bc120a0a3ad8e57a1271cdb5cf38987b3295 1.53 MB 3,339 16
760,796 760,796 000000000000000000040719acc0f5db29caff19931df4c00d647f88fa019c8b 1.28 MB 2,682 13
760,795 760,795 00000000000000000004556fbba13b4f7f777ba91909ba2458880700dfb0f93c 0.03 MB 87 28
760,794 760,794 0000000000000000000688f9335b58118af1e075330571c4e295d0ef33ae8633 0.78 MB 1,384 13
760,793 760,793 000000000000000000062f1d56aeb503c8e48e75392f5b447a3101fe1decc29d 1.05 MB 736 3
760,792 760,792 000000000000000000052ea0b6e57c5152bbca28e0b3ee84a6a0f2476736840d 1.63 MB 2,235 8
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.