Memory Pool Memory Pool Refreshing

5,810 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,656 (752,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,524 155,524 00000000000008f1093433c9bbc339e3917f81b2a17be32a0cfead5eb00eb58b 0.01 MB 25 8
155,523 155,523 0000000000000484a9ea7db447c2fa003ce8580877a0ae123874f3ffa0ba5c5f 0.05 MB 153 18
155,522 155,522 0000000000000f545d3ef0fd6b178f3bb5cbf58ba57b9200fb09943545043304 0.00 MB 9 0
155,521 155,521 000000000000027ca180cf533900a2eda73bc1caa4377ab5dcae8690f423116a 0.03 MB 13 9
155,520 155,520 0000000000000d95fcc66319279673f2a798449b417514418b7da26902d2e660 0.00 MB 9 15
155,519 155,519 0000000000000aaffd5255610378673e410dcb784df1b64fff67e4afed76255a 0.02 MB 33 88
155,518 155,518 0000000000000b673520a0977d338839f1a19d67e2eadef0021a7c6c15232136 0.01 MB 21 152
155,517 155,517 0000000000000088451b855261c592cc9f330a89cb000a6e51a8da84a58b0988 0.01 MB 39 0
155,516 155,516 0000000000000b00d88a49da4bc150c2a4027cb6514dd37752e1d2d0afe08850 0.03 MB 66 658
155,515 155,515 0000000000000c43d8fddb23d2f6ced3e939567dda1f6a76494577974a0c33bc 0.02 MB 32 46
155,514 155,514 0000000000000e68b5af19c453d618dd634f95dc228acbe399fb8d7fb5a01739 0.00 MB 8 276
155,513 155,513 00000000000001b5ccbd425deb3a1bb2acc01d7f50fcb789f25a5f10386b717f 0.02 MB 16 448
155,512 155,512 000000000000058c4acef940204da262f106a471a80a8ba1cb8f2bf7b30a5a51 0.00 MB 7 11
155,511 155,511 0000000000000ac0bc0de66e1f33ecaf70c5fbc0121414b315e65c2c9a76918d 0.04 MB 108 57
155,510 155,510 0000000000000205ce1ffedf21ea960cbbdfaf55577538ad0a1b082ecd511981 0.02 MB 34 34
155,509 155,509 0000000000000f60ebac668d0f6a3712725b74764eeb88e962666581a378cfe2 0.01 MB 9 861
155,508 155,508 000000000000056a402a878dddb49cf800ea5610908a696b42126bfd8ef41151 0.00 MB 13 17
155,507 155,507 0000000000000ecbd6f802ad73eba6f097cea5ec9e84c23ce3cbb97c8fb07d04 0.00 MB 16 149
155,506 155,506 000000000000044756e0f6acb8f6f462d02185c67a28c24c22d56e341faa148c 0.00 MB 1 0
155,505 155,505 0000000000000c2db4bd5d3b07335df3d1d652d2f5f6749a06e9e32571b04941 0.04 MB 120 12
155,504 155,504 00000000000006c149542daee4eec7f2975940bde5da7dcc14cb54efccb860fe 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 768.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,599.55 GB sent, 92.27 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.