Memory Pool Memory Pool Refreshing

6,935 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,901 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (708,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,748 199,748 00000000000002027f94276cea11788cc8833ecad5e0e3f524f17bf14c855717 0.05 MB 136 50
199,747 199,747 000000000000014ea67db19c73e06a9fc6718e761f51b701b71ffc027f54a9ce 0.00 MB 10 163
199,746 199,746 000000000000004d3ea10c5f6adc640bcb20d2d7acfd9b33c74e3cc77d414627 0.19 MB 438 139
199,745 199,745 00000000000001fe15361e74f2ae0a8ccbe659d029fc4e11af4ac60cca72c8e0 0.01 MB 32 0
199,744 199,744 0000000000000580aa0046a2e79c8fd3e3e4dd1929c88ebcf17a2f1c4eddc067 0.00 MB 8 22
199,743 199,743 00000000000000f80d835cfe8ce8476c46be180d782612a077b3fa3d4d00fc4d 0.04 MB 94 59
199,742 199,742 00000000000001bd7ac0d521641a7d37b340b87b17e3066565cdc347e34c0ffa 0.19 MB 481 210
199,741 199,741 000000000000035d9e664ffe109cd05994de4d28e140d1f6fc3ea42d107e45dc 0.00 MB 10 314
199,740 199,740 000000000000046bacd407e404c4ed6fb3d1444b50f5d9d0d4b9338e36d68755 0.08 MB 184 136
199,739 199,739 00000000000001c361e6052bcb05f49484660e4f884fc2869bf7cc5e257133e5 0.00 MB 8 171
199,738 199,738 00000000000001249f1f3406d5757d5f588e7b5ed263fbcc0f778d8b31becca3 0.14 MB 347 206
199,737 199,737 00000000000001d3025ed39c9d07ae643da5be9d1b262b9d71d9fd045f9a9fa4 0.09 MB 277 155
199,736 199,736 000000000000000c2038fc45233a31a3df9c0b97a1b5e0632572afbf6c6a594f 0.25 MB 172 72
199,735 199,735 000000000000048903e31cb514d8f42aed1e5fbcb020d9e3b76384f560cbc490 0.05 MB 140 460
199,734 199,734 00000000000001348e3d36e212f8ffdba2ad79a33666ace36f4a162261886d3d 0.02 MB 60 62
199,733 199,733 0000000000000104ad04965e198f2d4f241e18cac585fe70b136a401d1a13590 0.05 MB 110 111
199,732 199,732 00000000000001eb71da1bb088df9b0790205195a92660f2b94dee7c78828f1e 0.22 MB 523 105
199,731 199,731 0000000000000159bf4b943a5da073ee6b259597e02a71555049d7af15a2bc42 0.05 MB 139 92
199,730 199,730 00000000000002b5f818ffbdeab0230a4f3acd235ec9330b360c46f72dfb25b2 0.04 MB 118 180
199,729 199,729 00000000000002e9866babc1d3e72b77163d825c261d32380433d24980317eb6 0.11 MB 224 48
199,728 199,728 00000000000001f66eb63e46b6ac2ce590778340b3d3de9a5f93102b284b7eb6 0.12 MB 311 172
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.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.