Memory Pool Memory Pool Refreshing

2,117 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (876,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,374 32,374 000000008b64d7cd2d0828b82bd55058979ad2930bd70504fc6826e493c08125 0.00 MB 1 0
32,373 32,373 000000005c981f86efe470feb0097f55abaa3c6868b2a536069fbfbf20ed4840 0.00 MB 1 0
32,372 32,372 0000000095db25d780b28257d6acb35aa45dd9a7a220832f9f19bd707a852cad 0.00 MB 1 0
32,371 32,371 000000005c671532fd35bd895f461cd7fb72afbc28155a1e52ad2562cb36b6ed 0.00 MB 1 0
32,370 32,370 0000000030920e100d73c6b9aa6a956203adafb619a3fa884540cbb6524befcc 0.00 MB 1 0
32,369 32,369 000000000362b0f1e035d379189c2666b1bb1a7cfd0168da22d022d9d763d469 0.00 MB 1 0
32,368 32,368 000000008e42ee1c9c6bda79dce67c4c247a23c19a5fa4b389f584ba8661efbb 0.00 MB 1 0
32,367 32,367 000000000e61f72ab77c1b495b54039f7957ec552d3499fcb32c681529a54f51 0.00 MB 1 0
32,366 32,366 000000008a2caf06c60bcc8fede22847ec6732171f44a58dd3831cc48b76b606 0.00 MB 1 0
32,365 32,365 00000000890540cca4888dd14eefc0fbb786bc3a02c62b75bd5aec1f1a0329f7 0.00 MB 1 0
32,364 32,364 00000000867d13d373aa112d8699d30afb7de225e7e6fee9e58df90d4bdc81f6 0.00 MB 1 0
32,363 32,363 000000003fba87afa4245f70a0f750e1f2232a64a92e0f36738eba030ef731f5 0.00 MB 1 0
32,362 32,362 00000000147cfb2a5c1f31cc94a9e47122c187ae3326e592afdae4a023b7cdc1 0.00 MB 1 0
32,361 32,361 000000009e4486c6019abe35f39769f38af6f587369c9efec3f8e35725fb15a1 0.00 MB 1 0
32,360 32,360 000000006fc71878d4a483124b14a3ef7d09bdafeb86bf1a65a1a21f9a5d03a2 0.00 MB 1 0
32,359 32,359 0000000052d4a6f5495785cc14c989e53c5a0e2ea27c006358840778266dec8c 0.00 MB 1 0
32,358 32,358 00000000c3e0345220b5d9b5e5f62df66f4e6069a37f5026e7b066fb23088d50 0.00 MB 1 0
32,357 32,357 00000000be02a26fffb95cdbff402804dea9d13c180d6bcac48a86b44f64d29f 0.00 MB 1 0
32,356 32,356 00000000ca07ef3d0762b0a8033a8404fefea1ec1b1e10f751b4260d950d2e57 0.00 MB 1 0
32,355 32,355 0000000018a2ae59059fab28b7ab5b2b4fcaf9329a1d32f7bf975fcd3e7be501 0.00 MB 1 0
32,354 32,354 000000007bd392d760ce94d1237754d60f561d3b1dcddc86b956b223d5862281 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.