Memory Pool Memory Pool Refreshing

577 transactions
6.04 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 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
908,176 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 135 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,175 (829,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,411 78,411 00000000000b30dce215bf6680cc42a100b28036938764635b643696d2b7c5be 0.00 MB 2 0
78,410 78,410 00000000005486b2af351e42bcf3e26cb766af8d2f150e37464fc1955d96c58b 0.00 MB 1 0
78,409 78,409 0000000000567f7d26dbcad0ee9a6ff3e1a5b63313b29c36807949a6eef6744d 0.00 MB 2 0
78,408 78,408 00000000002c338b748c5de456bdf7583853ba0462b5431c770b56c4ecb754f1 0.00 MB 1 0
78,407 78,407 00000000004f029dbb21f6008fa24a12ba06e8e339cc852dc3929d6eca0475d7 0.00 MB 2 0
78,406 78,406 0000000000417bd157ba6af7d803ff383e36683b29d6940b3b2b3c0161d3be20 0.00 MB 1 0
78,405 78,405 000000000017ff8db3ec6d0c23b5319c5d891a257b58d21b41d5cc326e049d1c 0.01 MB 4 0
78,404 78,404 00000000003b528d2fd0162e606eaab35ed8b6634cfdd2cc52f1327450d6d0c8 0.00 MB 4 0
78,403 78,403 00000000005a61fe42c4ecedf255dd060aa846ee165d489a9a9a7036cbadcc8a 0.00 MB 1 0
78,402 78,402 00000000005c80e7baca1c3cc8822e3833eb7016b20e046ebf1b89825436b87a 0.00 MB 1 0
78,401 78,401 000000000043d1da24099f561fbaab10acb3d3e6fa84774572b677629d1535af 0.00 MB 2 0
78,400 78,400 000000000068c8c17fdd4e9ceec82a874da300601619a0495ba9117b4267a313 0.00 MB 2 0
78,399 78,399 00000000001c376bcbc609dbc4020368e7ac04e0139b20d814566e4441a5f971 0.00 MB 1 0
78,398 78,398 00000000002127fe122cc9bb10aece80ec7e0be13bf4a3c57afaed9bbc94f795 0.00 MB 1 0
78,397 78,397 0000000000607a75ff0142ee54c49ca4dba292fa67f1fa462d45742421db6802 0.00 MB 1 0
78,396 78,396 00000000004c0d6e0785b9a3afbf355379f057f9b044c2f247374a5d806d0d21 0.00 MB 1 0
78,395 78,395 0000000000605efcd1b1e9b8c7fa2d639fd580efb0573ac29f7aabfbfbbf4cca 0.00 MB 2 0
78,394 78,394 00000000005cd14844d0b892057777993c4647870b230a00ce8536975581e643 0.00 MB 3 0
78,393 78,393 000000000031ad4d5f8215538993bd01cdf1163534e17e056e3246df8059cb6f 0.00 MB 1 0
78,392 78,392 00000000003aa22a47369f1bd2054709b7f06b9b3c9b5e7d1a9f2bc07fd074a1 0.00 MB 9 0
78,391 78,391 00000000000686045c41f6ef6c2ae263da0fb7e23754fcbd465a9d204e7db260 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.89 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,681.37 GB sent, 97.28 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.