Memory Pool Memory Pool Refreshing

708 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,459 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 692 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (894,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,530 13,530 000000003a5f60a14cf2422ac3b830bde22f1b2e16545b92cd7a979c86338cd6 0.00 MB 1 0
13,529 13,529 000000002c2fc53210c85ed52dfbf95d235e184ea9525b51887e0d0dd9959910 0.00 MB 1 0
13,528 13,528 00000000f120f2f66bef0680ffcb2a54c1a13d5a9cceafc7c30659dbf25ef355 0.00 MB 1 0
13,527 13,527 00000000b2858aeac00601b1fd979301705247151deccfce316cb24e5094b60e 0.00 MB 1 0
13,526 13,526 0000000025c05b37ebd5828e3457b0a2c607dc3eff6cba8c56ef402934357a73 0.00 MB 1 0
13,525 13,525 00000000d7bc5ed3f1c6f2dc73a557b27ea0becfda339c6ef9b317a39d8b2c86 0.00 MB 1 0
13,524 13,524 000000000be73117c748fe881e344a9eadec4bb729adca131504fd2febfb49d6 0.00 MB 1 0
13,523 13,523 000000001fd1650e55b9287c2d739064595829248ea781b7edc46e4173220f4b 0.00 MB 1 0
13,522 13,522 00000000d887688b7920bf81bcba3a93c328a1206a0f48b1c7ac7dc1404924e1 0.00 MB 1 0
13,521 13,521 000000000222116c076121907656b6dabd2840fc92d3be5e68d47a2538140018 0.00 MB 1 0
13,520 13,520 00000000e56d38de2aeaf2e812b883c4afbad5628a950d7a323ab6219f7a0b4e 0.00 MB 1 0
13,519 13,519 000000005817aed3fbe883ee2f1ca00b70d7522ae31cd1ab7ec3f645798d8329 0.00 MB 1 0
13,518 13,518 000000001f026cf674eed5c67d649c0c5caf46511a52f8b01767232978c9698c 0.00 MB 1 0
13,517 13,517 000000004f3349fc45b5b9c18eb8d14c3abc1a3cba45f4fba7a7fe4cb16a804f 0.00 MB 1 0
13,516 13,516 00000000e4df3891c9f35a2fd000da438f92cf3fe9b6e931ec842adfa9eb9574 0.00 MB 1 0
13,515 13,515 00000000f1b2aba005f31cae74f13c9a08aec03c92a84dbecfa5653bb1f49a49 0.00 MB 1 0
13,514 13,514 00000000206c26ac0c2077a1b8dc83a82d6a5f167beafc45d902853d8720cac9 0.00 MB 1 0
13,513 13,513 0000000097479f5e004de3907410e25981d39f76ec586577426cea557cdb1b6e 0.00 MB 1 0
13,512 13,512 00000000a7834ab5700ea4ed0b59cad4c185757921b7fd927b128c4232445624 0.00 MB 1 0
13,511 13,511 00000000aa1b73edd7f47f2d269a7f8caa4caeb437a7b85678e5dc6045c39a78 0.00 MB 1 0
13,510 13,510 000000001e38b6e4941122a83ea5b8f3bdbf829fab1fd38d244e1213340db527 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.