Memory Pool Memory Pool Refreshing

9,160 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,747 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (720,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,397 187,397 00000000000002d60321f43a46a26535159d02504be9ea754a147b611ca877d0 0.05 MB 151 103
187,396 187,396 000000000000054a819bcc36b9d9289f3f0e96dae1cfd4152dc01609d201fc7d 0.00 MB 8 15
187,395 187,395 000000000000007ebe63b7fb664dc28debb534b23ff7d53f893e2ed33b5f4778 0.18 MB 434 128
187,394 187,394 000000000000031d39abf1efa204a172195027faf96b71a81d397a8ae8ee98e5 0.05 MB 133 112
187,393 187,393 00000000000002a87b8caf639386f813a7f91ee7c46fc2a055b0b777d065adbc 0.05 MB 111 62
187,392 187,392 000000000000049effb8777d15dab14aee66403d0c4cec6babbea4b9c30f18bd 0.06 MB 135 101
187,391 187,391 000000000000072571a4901faf961a9b2a12d8a3d9cf6fc3615d72b015c8ec52 0.15 MB 100 67
187,390 187,390 000000000000001ac4fec6563dbfe15b9475ef970eba678538d8bb4d924ae5e8 0.04 MB 118 64
187,389 187,389 000000000000082095e41b173ddc7d6487efe6aac16f9231359f4b1cac6b4d66 0.04 MB 117 54
187,388 187,388 00000000000002ca0393ab891ba370348553094804ae92d3bfc37856cd2e9e5c 0.05 MB 99 104
187,387 187,387 000000000000054dfcf626bb2235710bf97dbb95283081226303c62e0f5ccfc0 0.01 MB 18 31
187,386 187,386 000000000000069d2bca288d826f8fa4d2593782eb5c9f9d9c23d5d2fcb6a6a3 0.07 MB 172 108
187,385 187,385 00000000000002ec2e8c29da60041cfba52b187125087d49b221d717c088de83 0.10 MB 237 122
187,384 187,384 00000000000001124d56f75935d26ed3781de4b8cc9c5df633d8c6766af1ce14 0.04 MB 97 79
187,383 187,383 0000000000000713df5eeef48ea5c142f9bbefe7364ecdd2e5d73bbb7e271829 0.03 MB 110 17
187,382 187,382 00000000000002bfcd65528355bd6264c95b686d5484a80f3174476a0cdc41ae 0.06 MB 156 119
187,381 187,381 0000000000000826f9a04d93b331ff663fdb53fe3e3fe9d9e8a1e75763bbff61 0.10 MB 227 157
187,380 187,380 000000000000067e3e704a93c089d7addb1dbf2c888f1c9bb08a78b381194ec7 0.08 MB 238 207
187,379 187,379 0000000000000382996ae35962ec699a09eb52ac0ee3aa6c506a11c326678dca 0.05 MB 139 49
187,378 187,378 0000000000000332c30ea09a44be2658706ae56fd91fdd6348cf51198beaeafe 0.01 MB 39 0
187,377 187,377 000000000000009e7e5d576e51fb519f9cd7e5dc59ab60d4afad0e2168d2553f 0.07 MB 142 115
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.