Memory Pool Memory Pool Refreshing

6,760 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,810 (87,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,817 819,817 000000000000000000038860b295eee228005bbf7e472bfe362f8cbdcf11e2a5 1.74 MB 4,666 94
819,816 819,816 00000000000000000003bebd27752db779cb3066f130c44fe333d1a4aad54164 1.86 MB 4,274 92
819,815 819,815 00000000000000000003546ad844872516ec3db5af3b497f3a9b1af8a9bde850 1.77 MB 4,487 91
819,814 819,814 00000000000000000000e3dc9aeacfe387f03a57088dc12b8ae21157ed77eaa8 1.74 MB 4,152 90
819,813 819,813 0000000000000000000403a88a91a4f2f0eed60d9ed75548e16b4f5c829b403c 1.89 MB 2,573 79
819,812 819,812 00000000000000000001a0dded6c3542015b3c2e858d3aaaddaa4c986d38a8e0 1.97 MB 2,664 78
819,811 819,811 00000000000000000002694a760ca168382bb8950e63a5735b571961475aa530 1.88 MB 2,937 103
819,810 819,810 000000000000000000014bea3d7d1e6fa09afce1b069f575dd9566a0a1c53be9 2.29 MB 1,746 80
819,809 819,809 0000000000000000000293a4c921b6ad6fbc4bf917e9c7e56b01bf9af89639c8 2.03 MB 2,868 83
819,808 819,808 00000000000000000002b5c0c0e9cd548aa1a0a7bdf8690b2bb928792263037e 1.66 MB 2,500 73
819,807 819,807 0000000000000000000343b7f1e56c950212ffc5f837039b36f5e272ff8424b1 1.70 MB 3,609 88
819,806 819,806 000000000000000000014e30bc9bd1323ab66d6b26af8114d57e213959a85009 1.80 MB 3,115 84
819,805 819,805 00000000000000000002081c2f524fdfca318506bb4b9a3fbd20129dc81a6db6 1.65 MB 3,773 108
819,804 819,804 00000000000000000001f0a6d8a8922896399784d165ba9ded9fdbd5935f9e76 1.71 MB 3,140 132
819,803 819,803 00000000000000000002f14f88c02be7efb076c9239b4bff07cef038e8dbe3dd 1.64 MB 3,355 116
819,802 819,802 00000000000000000000a442eb94bc828ad6bfc9515df2e434edc4d6ce49281a 1.77 MB 2,751 93
819,801 819,801 00000000000000000003fb28350adfd181acd288fd493249c94bbdd478b71a9c 1.77 MB 3,420 86
819,800 819,800 00000000000000000003f9f96182c2a5ba48169cca319ff1ff4fd103add22759 1.72 MB 3,623 112
819,799 819,799 00000000000000000003861069f8be7e9f039594f1abb6b4d0217fe6b9e15d3a 1.86 MB 3,079 103
819,798 819,798 00000000000000000001ce8205bff000cab71e49a74f2b59197057b30c89bce0 1.72 MB 3,675 106
819,797 819,797 00000000000000000000fc89d5a087b482dd0b0d4f1e1120eb3de3e7196190ed 1.71 MB 3,641 100
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.