Memory Pool Memory Pool Refreshing

628 transactions
0.19 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,677 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (897,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,679 10,679 000000005964187456cff02afe1f0e3f7618fc242c233f7b89514837a007f52b 0.00 MB 1 0
10,678 10,678 000000002ef5879f49b74a75f5aee5d263e7504e6ddc3cb63d9d23ee58180818 0.00 MB 1 0
10,677 10,677 000000003e7f087bf817eab16e293e255c698e251d752641d970223c8380545b 0.00 MB 1 0
10,676 10,676 0000000063a64a5fb835ed61a0e42fbd0b8519084d84af5e89aede588456f2ab 0.00 MB 1 0
10,675 10,675 00000000f203783e7c519356c2020b5db282c134b467f54d910b73e40ab24055 0.00 MB 1 0
10,674 10,674 0000000011710a22137a6873be51975a9aa6928db1ba197a77e2cc0c562d60de 0.00 MB 1 0
10,673 10,673 0000000018a1509f557c0b2a7cbd29e26d7aa1269a4b8dd91f2e6a0f33df84f1 0.00 MB 1 0
10,672 10,672 00000000ea50d78f2b2fb710efd62571926a5a568098030658091223bb1a91e5 0.00 MB 1 0
10,671 10,671 000000008e941e59264decfef4ee71d5ceec883f395c5e062cefaf06fe27baa0 0.00 MB 1 0
10,670 10,670 000000002b2b6a7ec35466ad51c53e6aa1cf594a500217bdb27b8c88489cab2c 0.00 MB 1 0
10,669 10,669 00000000368152f8ab185ca5946c99d8ea27fa49e7aad9df6fd7b04b04f9fb48 0.00 MB 1 0
10,668 10,668 00000000017a7f8ff9ab6a0aa12447db759e3c33dd565011ebc535edf4b1b337 0.00 MB 1 0
10,667 10,667 00000000543124434251aa0ab9b91f059f42d6ef51edb9eb8f326a5840361888 0.00 MB 1 0
10,666 10,666 00000000c6475132c521df1c97cff03095b4161e86cb8a58ccb5f2a095396006 0.00 MB 1 0
10,665 10,665 0000000074675b946f1618d6507d7c8472cd418c7c93d54a1214741fc9e0d01a 0.00 MB 1 0
10,664 10,664 000000001d060a6e158b44a5736c992550d440bdb1225280153de204a9e9f9df 0.00 MB 1 0
10,663 10,663 0000000025f1f061e72fd791e0178313611c97bd3faa825fb2a0b6d1f7cfc464 0.00 MB 1 0
10,662 10,662 00000000856e2a5f4dd713abd5e1ef2029f33ed48bfed465c62f6b716150555c 0.00 MB 1 0
10,661 10,661 000000005d52ba8995cd978f49b85a15ae4fed68b29c03694ac5cddf4c2c2a79 0.00 MB 1 0
10,660 10,660 00000000b953ad0fda535a91e616deabf9ec96ca81b9891acacfab75c8b942d0 0.00 MB 1 0
10,659 10,659 00000000cf164c05d402f4097af2ad85b9464ac092a5ba151dd2c73f3173e448 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.59 GB sent, 101.72 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.