Memory Pool Memory Pool Refreshing

2,053 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,048 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (141,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
766,632 766,632 000000000000000000020a7de72254b7a472608bf7633e1a7b41ba684dbeedd7 1.55 MB 2,765 13
766,631 766,631 00000000000000000005c30d8506eeccfdd7098d8db0b250d7ae3fe070cce7af 0.64 MB 1,050 9
766,630 766,630 000000000000000000052bb3a5549007cd08ff6499b1e52c4e536bfc0c3853b3 0.12 MB 211 8
766,629 766,629 00000000000000000001a369fec72ffa4b4f2181835e4c4cfc248c94e697bd65 0.32 MB 485 3
766,628 766,628 00000000000000000000fb31aae1878366b8a855c1064f0d64eb30a7321a6597 1.54 MB 1,940 6
766,627 766,627 000000000000000000041082361cf6e699361e193d97aba84132f7e0416d7d21 1.50 MB 2,650 8
766,626 766,626 00000000000000000001e3004cd77706d64130955df70d7363505565ef4d23dd 1.27 MB 1,901 10
766,625 766,625 0000000000000000000419c71ee0ee9124972cae703c4afced16cd6cf7c1389c 1.47 MB 2,733 16
766,624 766,624 0000000000000000000662fc8482a901dda6be5134a23d0033409c5bfd5e41a5 1.52 MB 3,124 14
766,623 766,623 0000000000000000000578e63039b953fd12325010ce83f7da4a9d4e3cfbcb61 0.91 MB 1,238 5
766,622 766,622 00000000000000000007dbc400d877b49a280e71eaf79dbb9899d543bfcbc5a3 1.24 MB 1,791 7
766,621 766,621 000000000000000000064168e2ead38fe1604bf79898fef803674c440e01b33a 1.48 MB 2,485 9
766,620 766,620 0000000000000000000580dda6644a52ccf49fb67dccf9ab6780920e6e644f6f 1.34 MB 1,972 13
766,619 766,619 00000000000000000002f3b737c40b142bab01df0de8444daa88843c24e4aa27 0.60 MB 1,032 10
766,618 766,618 00000000000000000005a2fbbe28d8dff961a4ffd1c70467c68c4e5d08cc70cd 1.76 MB 2,539 7
766,617 766,617 00000000000000000004a597c4a58897bedddc539c616404b9d5a89ccff6b333 1.58 MB 3,063 16
766,616 766,616 0000000000000000000261b1c657e5b1eaa2261e2ffef325eeb1af6cb523a2f7 1.33 MB 1,899 3
766,615 766,615 00000000000000000004690c3114324dcadd706c7808ec622d95e8f35b2c8dc6 1.45 MB 2,792 17
766,614 766,614 00000000000000000000768c783dd017e8e3d11604efb82d3894217a1c3437eb 1.32 MB 2,483 5
766,613 766,613 00000000000000000006d408ffb61d72f336a1f01cb451746b4ecb6950515cfa 1.52 MB 3,177 19
766,612 766,612 00000000000000000005b4da15045ff626a66ed289a230651880a245a0aced1c 1.49 MB 2,106 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.