Memory Pool Memory Pool Refreshing

28,413 transactions
31.62 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,728 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,118 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,727 (92,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,991 783,991 000000000000000000034a93892e56c5359ff3cd8c866336a3c234cc31322e4d 2.51 MB 3,059 10
783,990 783,990 000000000000000000052157d8ed7d77c30faa1c89ef83ef1e851f0d17159ab9 2.80 MB 2,866 7
783,989 783,989 000000000000000000013ce4580cdd28a911f8f50e4d03682780089075bb3ef9 2.72 MB 2,353 8
783,988 783,988 00000000000000000004d3688b9a08d37514234100e8caab054c697183fa0418 3.07 MB 2,169 7
783,987 783,987 00000000000000000005e177359e83376836fad1703e598db4c78979b44e579d 1.92 MB 2,542 13
783,986 783,986 000000000000000000055e59d23253a1adda7785bdba8f5f3b4a033064e5be70 1.61 MB 3,274 24
783,985 783,985 00000000000000000001407ecd8a853d69791265d581243ad56b5edd605a4611 2.40 MB 2,974 8
783,984 783,984 000000000000000000033340a9b4ea97b5c984e0757688c935b3807055a91da5 1.83 MB 3,119 17
783,983 783,983 0000000000000000000365662a48025822f37d080742daeb0ac504d91965d259 1.65 MB 3,780 20
783,982 783,982 000000000000000000035c552da8317ebe02609b09e704aa7a9adf5ce35b56a4 1.70 MB 2,777 13
783,981 783,981 00000000000000000003533a630d9564b0ba3fe667549217d703da7f7a5d879d 1.76 MB 2,914 16
783,980 783,980 0000000000000000000396be084c546f1eaf1bf410256e444dc2e26ab84de257 1.89 MB 2,831 13
783,979 783,979 00000000000000000002163d4672742ed2ac6bfc8f55cbfd32bea35d2dfc0aef 1.29 MB 1,919 25
783,978 783,978 0000000000000000000112b790dee367997be48afce6276fb5d46d2b445eb9fd 1.37 MB 2,416 25
783,977 783,977 000000000000000000052ca92d4ded5a2db87e2be2df7cf91e800085937f5aa8 1.51 MB 3,469 24
783,976 783,976 00000000000000000002ace794d413d5b664c1636517c6a9bc65de50f9eb52ac 2.69 MB 1,472 8
783,975 783,975 0000000000000000000128f2e3b1daab2626773e7236695e0e1bbf2405e83fc9 1.86 MB 3,333 16
783,974 783,974 00000000000000000003c7557fdff8bc8460d8fc033cb2714b6fc04198696d73 1.87 MB 2,684 9
783,973 783,973 0000000000000000000301d7a8d1934137cc6517c5c1c9d75c74d27aa368728a 2.74 MB 2,631 11
783,972 783,972 00000000000000000002f77d13f93878830c9f1608d88132b62b9cb00f3234aa 2.07 MB 3,050 13
783,971 783,971 0000000000000000000034840f9fc461e2f943d8b563d752fa6fb18a503a8cb3 1.51 MB 3,315 27
Previous 10 blocks ↓
Total Size: 711.82 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: 949.15 GB sent, 22.96 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.