Memory Pool Memory Pool Refreshing

1,713 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (900,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,811 7,811 00000000c6530d407106dcfa594fb4dbfcb506562966c0b50d837f5925a9366f 0.00 MB 1 0
7,810 7,810 000000000b3b468ac8093dc30297d657265a30cc850fac073ca59a3920e4ca8d 0.00 MB 1 0
7,809 7,809 000000000f665c18488be2c827809300097b0e457df4319d7b3b1f8e1e2a43d7 0.00 MB 1 0
7,808 7,808 00000000546ca3b52352d22a6934dcefdcaa38a9015614bd8fc30d5d4116d8ed 0.00 MB 1 0
7,807 7,807 00000000bc374f968c7c3ce479b9c4fa7badd7031f080c2b28ea2974678d254f 0.00 MB 1 0
7,806 7,806 00000000d7fefd2d5b9880c21848ee752dc407322a7d74752b670069575b52be 0.00 MB 1 0
7,805 7,805 000000004c7d1e71ab125cff19bec48a3b21f60063fdad6a44d8399d08b238cf 0.00 MB 1 0
7,804 7,804 0000000098b558c90ae999a09ebe7fb61b23d01e3a2d6fa9e204cab89d02df60 0.00 MB 1 0
7,803 7,803 00000000a783b17791529c67bc7c7398ef0fd86a5747d27920dab5583f903a1c 0.00 MB 1 0
7,802 7,802 000000007c7699978fc025e5b6b2b68f23523c08f8f6e70900133836992ecd27 0.00 MB 1 0
7,801 7,801 00000000547c975d1418ba51f5a154c01e7c3be2336db1bb54b911f1a5b0dfd2 0.00 MB 1 0
7,800 7,800 00000000380462e5918211a1534e199b6585c139d2bf7ca7cd38b60e650e4600 0.00 MB 1 0
7,799 7,799 000000007dcb08390ceb41de84f0d2afdbbdb073158860d1b07b869817817bdd 0.00 MB 1 0
7,798 7,798 00000000a96bdf4e502b7d85a83d49210c87c078b6660db63223c18b80ed1e01 0.00 MB 1 0
7,797 7,797 00000000b277e2c2a4394ee3db957aa51a3cfd7b69d0927775dab0240be3d0c3 0.00 MB 1 0
7,796 7,796 00000000514198be63643dfa4290fcf008a64b4550b08695016802848f872feb 0.00 MB 1 0
7,795 7,795 00000000f2362e437c5bc6410cc3c3b57a1dea9550891501f9e009e7779dddb4 0.00 MB 1 0
7,794 7,794 000000001ee69e4335116867458b75063b19839bf2465da0c52e844e9b295e03 0.00 MB 1 0
7,793 7,793 000000003d7356f9f87066345cf9ca69091a0a5a3fd5bb812baf6b032dbbf34b 0.00 MB 1 0
7,792 7,792 00000000aa830f284d61b97fe7eb2ef91b1f0fccae0a5c1ec70e965f98e40f70 0.00 MB 1 0
7,791 7,791 0000000023bff7235b69a00f98b96cd0133ff60527314c777dc98e0ebed3e03b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.