Memory Pool Memory Pool Refreshing

4,858 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,712 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (515,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
392,544 392,544 0000000000000000033eed119ea1ee399a98e16ef96cd50770b56a6ac956d26d 0.00 MB 2 0
392,543 392,543 0000000000000000082b4f0cdf3dba1087f8119796aa86a0865c853779e569eb 0.57 MB 1,197 33
392,542 392,542 000000000000000006538ad43cc31f6b10ffaab7d70add68470f69b66894c4aa 0.25 MB 411 27
392,541 392,541 0000000000000000028082b0e533f09c0e444704b1f342c253dbda6d9cea158b 0.72 MB 841 19
392,540 392,540 00000000000000000242af8b879eec7c7c348ef36c412c4d23d6bfaf0435cb52 0.93 MB 1,721 31
392,539 392,539 0000000000000000044d054387d4e564e1028251b1c0f46e0edb6b08c64b40a5 0.00 MB 1 0
392,538 392,538 00000000000000000092c872d7ab152e9010218b3856004c58d583521488a806 0.93 MB 2,493 48
392,537 392,537 0000000000000000067531f3bb3c710f40e00db348d642315c586f927eea686a 0.70 MB 1,061 27
392,536 392,536 000000000000000006119d59387ced1eed526aac4c92eafb1857218c6b13bda3 0.91 MB 1,043 21
392,535 392,535 000000000000000004434082b2f2c34a68a3c20d3cbba21a02a15fbe23a2f7fe 0.70 MB 964 23
392,534 392,534 000000000000000002fd55c0c43769ab39a54ef5e06b74fbe5a75d2be5669276 1.00 MB 1,238 19
392,533 392,533 0000000000000000048d1f5db5bd6d5f0691397cb4cd3843659f6a37d640c294 0.99 MB 1,785 22
392,532 392,532 000000000000000008095a5eb84634190f1608ae41712f1acbb91b4cd54ff20b 1.00 MB 2,134 52
392,531 392,531 00000000000000000002b195172645b821ae346119200203947af964d1513579 0.99 MB 2,558 73
392,530 392,530 0000000000000000091c4fd3b0c8628422449436578474d5be1dbb84a1e39e62 0.58 MB 1,248 47
392,529 392,529 000000000000000007b7a144d39df2d379290d64da7c751ad4b7fcd4a0036d8f 0.93 MB 1,786 31
392,528 392,528 0000000000000000056a574d89d19cd29b95f19d0a537e4679d87556710491af 0.57 MB 874 23
392,527 392,527 0000000000000000051b4458282e174a1daf01058d3bda4e69dfa4ad14248373 0.93 MB 1,769 29
392,526 392,526 000000000000000000979be3cb6bf5cff0be64197e57c7dcf6c5934f1f1672b9 0.95 MB 1,591 26
392,525 392,525 000000000000000009114e5bce6026ff48dd880318e1bb86100df0dfd0e82c4b 1.00 MB 2,280 40
392,524 392,524 0000000000000000069029917ff7d40bce57bd45e6facdc6a709c033d333f027 0.95 MB 2,286 34
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.