Memory Pool Memory Pool Refreshing

7,386 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,030 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (621,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,526 286,526 00000000000000001dbdbf9970cd9c87d884bde4ac151466a9296708a4459919 0.30 MB 604 42
286,525 286,525 0000000000000000f94d1e18d07c31c7d5848e682c56db0430abb64a844ba6a6 0.17 MB 344 36
286,524 286,524 000000000000000015237dbe1a9b7ec5bf1fd1d1876130d44b3e2a2d4ccff538 0.13 MB 279 36
286,523 286,523 0000000000000000ebed3e2b0cf036d577ffec8a7c4015d64499e8a791b82c0b 0.47 MB 542 24
286,522 286,522 0000000000000000acecd3ee5fa8d771220e75a018b530378aeb42e984630f2f 0.50 MB 1,267 45
286,521 286,521 00000000000000003b3a80c2a8c99c6c3d1401fbee91fafab923c2ce9a93afba 0.28 MB 538 71
286,520 286,520 0000000000000000f82185e4365b22bd9fb955c962597e2e59d01cc5742bce8d 0.10 MB 88 8
286,519 286,519 00000000000000005d2545694a317fdd61689eef06b5a1eac0692006997dc06b 0.22 MB 391 32
286,518 286,518 000000000000000074f8254e1f2d4ac2e7e43d0d5aad31469572608488d42cfc 0.06 MB 164 23
286,517 286,517 00000000000000011be5fdf57c9d98a53a42688df0a75c93f20fc0fd5059a2ec 0.48 MB 846 30
286,516 286,516 0000000000000001256505db774790b4e92dde739c9538a3a40ce140536c8347 0.30 MB 173 14
286,515 286,515 000000000000000083d30e2eac4298329efbde738e1ac98c88addc50193bbd11 0.50 MB 1,189 28
286,514 286,514 0000000000000000d36411de7329ceefae45b6e454702d22cf30d5cace00d133 0.06 MB 191 118
286,513 286,513 0000000000000000b72c407ce587795b285ce469f496467c8eef601ecde1c817 0.07 MB 219 33
286,512 286,512 0000000000000000c6da2f9692ab0e12e41261fedf4922736bacd3d339668785 0.25 MB 260 19
286,511 286,511 00000000000000005c78ca20384d99ba82643b3c5673dddd21f83c70d70c232b 0.35 MB 812 41
286,510 286,510 0000000000000000c4b84d6338ec177bb92cb556dbde1c066a30d518da5f2dfe 0.06 MB 196 83
286,509 286,509 0000000000000000097ae03788bab6929417725d03432964c12be64fcd80d532 0.20 MB 291 27
286,508 286,508 0000000000000000a61b438f15c5c057fc8dc0fcaa0bf60c479b987a759fe388 0.00 MB 1 0
286,507 286,507 0000000000000000766d0cd0bffbc79b65ca9773fd7833535762eacdb05d5e3d 0.35 MB 677 32
286,506 286,506 000000000000000021ccd903e595ffdf21205b8857e7f92083b931d0d4bc3bcd 0.06 MB 225 68
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.