Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,100 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,099 (812,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,994 95,994 0000000000001c073bbd0d8b0eef21fadda13303b477265cffd44daf1731e2a4 0.00 MB 1 0
95,993 95,993 0000000000056493109c5e66fb5814ad7e66eb89f8fe0dfc5e0ed98103429940 0.00 MB 3 0
95,992 95,992 00000000000277939bbba47b8758424322ca35f8f87901425e9bbd50eb827745 0.00 MB 1 0
95,991 95,991 000000000005faf37fa8d574fdefbc6e1ba23b96767d1e34c837d073b7fdd415 0.00 MB 2 0
95,990 95,990 0000000000057472219b448e60fdf48387782ef7aa81a28ba315c25d6e6a7a53 0.00 MB 1 0
95,989 95,989 000000000004862b50fb516bc29979992db6b243d306e4ca15e2dc8f2c7f5d12 0.00 MB 1 0
95,988 95,988 000000000000e86c35a1497d91a70fee2398d0f5ebdc9b8497637b6354054957 0.00 MB 2 0
95,987 95,987 00000000000525e9a38db0e04257675cbfc2c0cf858978ac762796ffcf0ca59b 0.00 MB 3 0
95,986 95,986 00000000000608ec183e0e4874d43ef07cc36dfa738cfccdcf7f4c3a489479ef 0.00 MB 4 0
95,985 95,985 0000000000034d4e462bebe0e2a360a0f2059ca8224bbb1481b6c229f878c3ff 0.00 MB 1 0
95,984 95,984 00000000000318dc8ce114f262cb47b48d7084bc54a3d58803519b475ca364d2 0.00 MB 1 0
95,983 95,983 0000000000069412802a62a2c85ebc61f2457814cc7aa9cdd1d7e39646625166 0.00 MB 1 0
95,982 95,982 00000000000459c0036286777a516eafdd6b0b3b68dec1a23449236caaabf9e2 0.00 MB 1 0
95,981 95,981 000000000003976059b2221592a15d383ca406020cf85fda8914f7197da685f3 0.00 MB 2 0
95,980 95,980 000000000000e0856cf9f34472de7b99617462bba2dd39d63835d0c131440798 0.00 MB 3 0
95,979 95,979 00000000000199f6bea123a93416d3ac1f62c0e0b05839ac6ba3669389f1718c 0.00 MB 6 0
95,978 95,978 0000000000069d4cee2aa057e4f398fa8e9e1dfffcb4f4a508cdd2c3114c6257 0.00 MB 5 0
95,977 95,977 0000000000021e0e5a3baae8c5f4caa30a41f5ca296bb91fd01cfec4d497d5cd 0.00 MB 1 0
95,976 95,976 000000000001f92406f5387510524d3541e502b2bc27144c940ca59a756bb285 0.00 MB 1 0
95,975 95,975 00000000000238ce69426fabf657ee54b9f344496bc906a3774d06cbf1d84c21 0.00 MB 2 0
95,974 95,974 000000000004f9049e5117e250a1f543ed9889f319151a60e6fdf3502b7accee 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.96 GB sent, 96.55 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.