Memory Pool Memory Pool Refreshing

566 transactions
8.18 vMB
Show Random Selection Loading Transactions
Max Size: 32/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
908,349 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,348 (903,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,793 4,793 0000000046ac4f2201ff722934f21515269ea25836d18b48fa90d42b079363bf 0.00 MB 1 0
4,792 4,792 00000000eee6df0f48944dd627dfceaf42f27c93b507326e092b995de28f50d8 0.00 MB 1 0
4,791 4,791 00000000a2cda6adbc43b1d72813ed8a3f45993225eef84704070ff07f285eb5 0.00 MB 1 0
4,790 4,790 0000000013371ed4d67e526a2fd2d8bd270b477c72bdacbd01048392f5528eb5 0.00 MB 1 0
4,789 4,789 000000004df8bfc1e83994da15fbd7709f029933a8095683fe3bd35b53818f55 0.00 MB 1 0
4,788 4,788 000000008cf74765b186b965c54e3151941d52cafe1d01eb0350ded9bc9b9ccd 0.00 MB 1 0
4,787 4,787 0000000088afa4b823451c4f99727ceab87c8bd57c05712d5530d54170765779 0.00 MB 1 0
4,786 4,786 0000000083a705d8aaac782aac89a162a04b5f2f50c7d7d48656405b48c40579 0.00 MB 1 0
4,785 4,785 0000000062fb83bd6bac814c573c655f62febdb8b5a3da6f87e6e0035206d897 0.00 MB 1 0
4,784 4,784 000000000ffbdbdbc0b9c90dcd36ced14374e0b6a5ec02bc7c394779cf93788d 0.00 MB 1 0
4,783 4,783 0000000081710a0792a486bdeae59b9693e0cda96cb513bbaf3e721cfd6966c7 0.00 MB 1 0
4,782 4,782 000000009217eb8bcc565eeece066f2bf6a0970cb2ee2a199e07a08990286fa4 0.00 MB 1 0
4,781 4,781 0000000021fd49e7e8d8bec7ed4bb7a06a80387de003b4a4c1cddb553b38f106 0.00 MB 1 0
4,780 4,780 00000000d44353e18f09719018b035af533e8eac30ff2e159510d37144b96c3b 0.00 MB 1 0
4,779 4,779 0000000083292e55898a418aec0d6c5265abdd39512cb8465e34db7e968ec9a9 0.00 MB 1 0
4,778 4,778 000000008c758cfdd7fdad6c13c6d7bdc0fcf56919a476a752c8cef0bf131af4 0.00 MB 1 0
4,777 4,777 000000009e9b5df42e49a2cbf49259cb298c664de7887e2e94d5c4a7885f5cf3 0.00 MB 1 0
4,776 4,776 000000009ffd319318b31ef9d5ff266f86a67cd3d4e540ce40d3d45c18ccb115 0.00 MB 1 0
4,775 4,775 00000000e859456fdc9f1c7652e302fe5a9081d60634d8db7858ff6b2472c2b3 0.00 MB 1 0
4,774 4,774 00000000f1cae4de7db10b9ab37548ff588c5a369e4b65d4e0d140bec2094910 0.00 MB 1 0
4,773 4,773 00000000ce994756d3a4f36c998fe95f58bda4f196fbf90b7990079f103e7b76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,701.93 GB sent, 98.83 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.