Memory Pool Memory Pool Refreshing

1,859 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,121 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,857 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,120 (902,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,666 5,666 000000005c0f56b1ed123e4ca9746f88cf174ab9232aa74dc3ebd954ba02c2aa 0.00 MB 1 0
5,665 5,665 00000000565b2244fc09a137e1ee8cedb05000ceecec1155ca22a7bf32bd50ef 0.00 MB 1 0
5,664 5,664 00000000565fb034db9e8117cf7b28bd82b3556eef089a32e507078e70da2f78 0.00 MB 1 0
5,663 5,663 00000000063d0655258aab395c258913b77bfbe8cb4a4f9d2187ccaa5e35bbdf 0.00 MB 1 0
5,662 5,662 0000000039ed3376af265235bfa4e3fef3258f4c717da457623c5ec345bb52f8 0.00 MB 1 0
5,661 5,661 00000000acf2fb91966651ef64da2807f589a0f93c124a04ee8cba86e3220473 0.00 MB 1 0
5,660 5,660 00000000faabb1739a9780e0e6f36f06f83724f28a8766f1a2c9120a4d5e8b47 0.00 MB 1 0
5,659 5,659 00000000693d5ae1e426c5dd6a1582c60ce6f85d09884921d5fbbfca5f329632 0.00 MB 1 0
5,658 5,658 000000004d05f98e9de57d05c6412fc92d24bc1107a636b3d0e4b6cb33599260 0.00 MB 1 0
5,657 5,657 000000004d965280cf9e134acc9df0a18fd562b77500255d9b12f15d98095ab0 0.00 MB 1 0
5,656 5,656 00000000949a6879f9658d4de693f9a393e6add7e383425fb1148fd288c51200 0.00 MB 1 0
5,655 5,655 00000000b013ad8580836a6ac6a905371542f3693a7639a93e066c2c0e473570 0.00 MB 1 0
5,654 5,654 00000000f57b72d02f4e1e00ac446de10f311caad10c45c8dd97301bad27ab5d 0.00 MB 1 0
5,653 5,653 0000000014a04e29a42928c4c640f51fa022cc822b31fce4f0146bcf60abdbc1 0.00 MB 1 0
5,652 5,652 00000000b597abb6793895fe263735d2337b3eba34c78b6e8ccdc6efc8c078a8 0.00 MB 1 0
5,651 5,651 00000000a8968a4b2b47660aa9ca625dbcab74bbb5f89af49bcb9148b502455b 0.00 MB 1 0
5,650 5,650 00000000ff81be1e2f43b3e325790df946a36d8dde10f7d39cbd7ea2c4291939 0.00 MB 1 0
5,649 5,649 00000000e2df7c3a57707749cb968329205d83b27667063bd00fefe73712b941 0.00 MB 1 0
5,648 5,648 000000004500ec9713489276e420b5e13a256526f4937c71760b7ebc8e613444 0.00 MB 1 0
5,647 5,647 0000000037d7365c2c14c5a0345b430dc55ee9ab4a49d92b3d0e3a0646d0e59d 0.00 MB 1 0
5,646 5,646 000000000e848e4c6b43a767fffb1a5a5e4be8b95ce0c9423e4a6b568113fc56 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.77 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,679.76 GB sent, 96.75 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.