Memory Pool Memory Pool Refreshing

3,282 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (622,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,550 285,550 00000000000000008dedaa2c1997c6ae284d892a67380929a736a82b85aeda3c 0.06 MB 155 59
285,549 285,549 0000000000000000bf29053f5886673f15ee692288d761dcda3de3da201b6371 0.06 MB 39 53
285,548 285,548 000000000000000171ac74a7bfd76888b427f94e1581432d4fdb332f7af6562c 0.06 MB 118 157
285,547 285,547 0000000000000001a2537940f0242ca8a49021b81533fcaeba75aaace7f700a5 0.03 MB 69 53
285,546 285,546 0000000000000000f4dedaccccdf316fa58d612651097c1256d66e27ba02d7a0 0.43 MB 787 35
285,545 285,545 00000000000000009e1d35c4c407e8fef2a589149b59624aaac0a94e5ef09ac9 0.02 MB 39 29
285,544 285,544 000000000000000047d8665d37aee0ec195f30a64150359cc2618b3ec638c006 0.17 MB 231 27
285,543 285,543 0000000000000001708748f9b2367dc48e474bd384c8a1546eb83ba4eb7a1f47 0.03 MB 72 27
285,542 285,542 0000000000000000ea6f691d631c59899d8cc6a93421bfe72770d116462d7c6e 0.70 MB 990 34
285,541 285,541 00000000000000008f0e7c3fc2b59b0554cc70f1628081b74dedf3769405ca03 0.25 MB 678 63
285,540 285,540 000000000000000094177f38cb436fdcb23b725d934d6cf1cc58e166b8ab4039 0.38 MB 496 25
285,539 285,539 00000000000000018dcbc650312c380ade8c8954c5c8996a8fae12d8e118e712 0.26 MB 446 38
285,538 285,538 000000000000000149bf36044b93d44a6f8c887a8d54dd66d4d502b143b577a4 0.06 MB 142 34
285,537 285,537 0000000000000000352a74af2373dba0694f793cbbf14762ce6728a8bc243eac 0.37 MB 856 37
285,536 285,536 00000000000000001c362ddcd37e8a4c8e2b666358a4964626073640649145e4 0.04 MB 81 37
285,535 285,535 0000000000000001a029988513bcbae2fe17db26fcb14d1cf2aa325e7a4d14ec 0.35 MB 646 35
285,534 285,534 00000000000000017a2d048689aac23ae7ac65312d750f6cb3273233fa43ba52 0.24 MB 504 35
285,533 285,533 0000000000000000e8a27f6fd129386dc06e67eb8ae4e83dcdc5c8d0fd89e1ea 0.01 MB 10 21
285,532 285,532 000000000000000044ccdb6c0e7366af920b261931b2ac5b82e22388f9bc7fc5 0.02 MB 33 23
285,531 285,531 0000000000000000df0f55c1867fb8c4109e7f2c8d0fbb13ead80bf58d9403da 0.25 MB 197 17
285,530 285,530 00000000000000004f4b792b9b290747ccfe1ab66403a837115711beee869d6e 0.35 MB 163 20
Previous 10 blocks ↓
Total Size: 769.13 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,630.62 GB sent, 93.52 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.