Memory Pool Memory Pool Refreshing

1,528 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (454,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
453,441 453,441 000000000000000000b0d68ca1d17e74ae59cd4ef5d36eb38f50307684527981 1.00 MB 1,596 76
453,440 453,440 000000000000000000316fbd929c74d091e62c932417c0637734b1fb2a27df67 1.00 MB 2,021 93
453,439 453,439 000000000000000000aea5463ffd0207ff13efb7ee60da004893891c155f2ef2 0.93 MB 2,477 109
453,438 453,438 00000000000000000051cbfdcf73c7abc25c5a2bc490002ef1a5d2fbf33cb768 1.00 MB 2,101 121
453,437 453,437 000000000000000000626fa64969ca7d7e564df863a174c8dfc0be390b1d7763 0.63 MB 1,618 165
453,436 453,436 000000000000000000da23d7cdd969ff984a258c0383ac1a6257f3a76d9d8d70 1.00 MB 2,048 119
453,435 453,435 0000000000000000029268fd2988ad5b9d3753a6a4cbd0c5c3d758adeac5a94b 0.10 MB 358 367
453,434 453,434 00000000000000000261f9275c09a21fadbd569125aabca923ffae137a3b899c 1.00 MB 2,702 120
453,433 453,433 000000000000000001d93dad933451800b5f11cca63082cc536c973aedc4b0a2 1.00 MB 2,367 120
453,432 453,432 000000000000000000cb628c475cd9c25af01cfc148116df2023aa8e39afc383 1.00 MB 2,273 131
453,431 453,431 00000000000000000052bec069409ad0f18e65b389c896c98d7598f1fe557132 1.00 MB 2,356 136
453,430 453,430 00000000000000000205ea9c6f2b63c475f1116222127395ceb802d813a886a9 1.00 MB 2,205 113
453,429 453,429 000000000000000002431d5dff1d4eeeec94203753f77723ff680f4f25cfb045 1.00 MB 1,828 87
453,428 453,428 0000000000000000016599683e455a358709dd33862fb567a67ada90490e7400 1.00 MB 1,993 121
453,427 453,427 0000000000000000026aa8bd3400d45c3ac86e5840e774371043dc74657f7f60 1.00 MB 3,163 77
453,426 453,426 0000000000000000012664cc0635fda3f68865c0c18a9a52e9f79f3db54767f2 1.00 MB 2,094 92
453,425 453,425 0000000000000000021000df88b1db96e7bd29c4d66fa6ef9efa9fd5db4ad29e 0.93 MB 3,344 80
453,424 453,424 00000000000000000084fcafe10c941c29af1333b685044ce9d07879fd049d3c 1.00 MB 2,652 96
453,423 453,423 000000000000000001199f9ad7b7b7be630d18b122718084b393105cd1c55013 1.00 MB 3,057 65
453,422 453,422 000000000000000000a9750523c4d0a2f8d8e2ac42132110d94a4ea103c2747c 1.00 MB 3,152 76
453,421 453,421 00000000000000000288c64c095737f628219796a1a139d8e9ccb88b7009fed8 1.00 MB 2,467 96
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.