Memory Pool Memory Pool Refreshing

1,278 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,461 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,460 (872,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,322 36,322 0000000071697f925f9d3f89ed5262bfafed9ae5e98fa75c9ccb28ad26b02a3a 0.00 MB 1 0
36,321 36,321 00000000872198a1bab2ba8cc01dd679d1b5e6e73ebd59c4a19900d6a9e604e3 0.00 MB 1 0
36,320 36,320 00000000710d4dd8003e67938768e63505252e8959cbba6f6c3d8f885a4772ce 0.00 MB 1 0
36,319 36,319 00000000338cdd5af6a03daf3561ca5cf462cb633be0c6c7798dfb827b64799c 0.00 MB 1 0
36,318 36,318 00000000a941d2b092225c8b0771a0594b28bdcb5cfc947b091ba0a1f2ab631e 0.00 MB 1 0
36,317 36,317 00000000b8a3386b703d9b0644af54ab4fcfa245a4afedc147a8962396ee941b 0.00 MB 1 0
36,316 36,316 0000000012acd73444dfa4233a77ddc5984b49297d95757dcc777d966f4b677e 0.00 MB 1 0
36,315 36,315 0000000008e66cd39827395af3cb877033c22f5130214c07d7c8318ff9901fcc 0.00 MB 1 0
36,314 36,314 00000000565342793ecc0927b5138e2e004bbdb5611e6bc06cd8f498d7ec7830 0.00 MB 1 0
36,313 36,313 0000000024e56abac5dbbb744ef2b88de592e9a78c954754af423059b8b6a696 0.00 MB 1 0
36,312 36,312 00000000009430b13099f2542b20cbf464a6ecb00c573d2138adda3a3a4309d2 0.00 MB 1 0
36,311 36,311 000000000fd02958079e69c14c39b468c00a0cbf0addb063c0f7306e620b120e 0.00 MB 1 0
36,310 36,310 000000003757a64a99a32099c372fe393e355783470e9061e7b9709b0c82db96 0.00 MB 1 0
36,309 36,309 00000000bc402ffd98d5f677776fdd7f67d81465a9020117df06ecd66caadcd4 0.00 MB 1 0
36,308 36,308 000000002ccaf5e8102f1923493a6861df4fdfd6c34ec95329bac31cf1d04c5b 0.00 MB 1 0
36,307 36,307 000000008c4342f25d2b86de1b5b5b8fdfa89f5680bd6fee860fdfba58d727f7 0.00 MB 1 0
36,306 36,306 000000005a584422b3bdb80d2b2c72a08e3b98eebd126734d3694a2ca8013fdb 0.00 MB 1 0
36,305 36,305 000000000e25d3909517a90ad7699372d5bf3c41238c06a42f0de64539342846 0.00 MB 1 0
36,304 36,304 00000000015342e5114a147be54c44e79eea067883f6df6a58ddb66eac269903 0.00 MB 1 0
36,303 36,303 00000000b226ba13252811dc484c6f3f0d2dadb13a153c4e395004453366ae01 0.00 MB 1 0
36,302 36,302 000000001d54b741dce57f15c71dc2b7a4ecb54b8b37e68b85a0b566544ef58b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.75 GB sent, 99.82 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.