Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,451 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (708,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,225 199,225 0000000000000525c23b203071c796516c4d9465f70c7f3b4cb8a2dc5ad63110 0.11 MB 256 111
199,224 199,224 00000000000004ba84ec5a2c26e6f97a2d9e3ee33f664a9e9d2140173a3fe4f2 0.02 MB 61 139
199,223 199,223 00000000000001134cbb69a4630ba6a562c36db3e0a4cebba189da29c21ab4fb 0.02 MB 59 121
199,222 199,222 000000000000032624687ddf4d23dba8e2025393e2df6ea6d80fcd115c85777d 0.11 MB 228 126
199,221 199,221 00000000000000935ada58a7973011c24b0ddb4f85ce872cef2493121e834934 0.03 MB 81 398
199,220 199,220 00000000000003d52dbce1241e6f672d2f8d393fad0e4cfed2a835b5f34cef3c 0.02 MB 16 22
199,219 199,219 000000000000058a132e12d781e2fd19396c2c1f290884f943ccf6d70071fec8 0.03 MB 74 128
199,218 199,218 000000000000042a5c1b382f2932f718fbbfa6b5e8e12965981516e6a878efcb 0.16 MB 512 31
199,217 199,217 00000000000004984b7471c8d600b2bbbdb568b9e8987c3bd5f53819436acd25 0.04 MB 82 179
199,216 199,216 00000000000002919aa072182c1c9dd00888d885203abb0be52c89dbd43f3a53 0.01 MB 17 20
199,215 199,215 00000000000001fd7edcbcb708618eb3616e5917fb522e88c98135756eac2fc8 0.10 MB 219 158
199,214 199,214 00000000000006352084c9e46d3f8ba14be527722d385eacd06584e50add49e0 0.00 MB 3 97
199,213 199,213 00000000000004dbc75d32ee45f1db86420b43d613afc985445bc19faf961fe8 0.04 MB 124 106
199,212 199,212 000000000000007152a524c40ac081cac9abfa2896a01ce9fb79cf73d97831c9 0.00 MB 1 0
199,211 199,211 000000000000029f2cb24ab815ba88d32db55051b3d41e0af999b9e5ac0ea23f 0.01 MB 25 86
199,210 199,210 00000000000000bcfef6e14e9719de96f9eb9cc0d03123b925a49da666385d8f 0.09 MB 160 95
199,209 199,209 000000000000050405331898d435722f554c6ee8b73fbe4c5427aa1e8faa3781 0.06 MB 209 31
199,208 199,208 0000000000000427abe78a79f1155a1d7825a3aa869ddd169be5b110bbe4128e 0.05 MB 74 124
199,207 199,207 00000000000002f51a315abbc75b8a6c08090d9ef31dbcf1725195a733e1d20a 0.00 MB 14 93
199,206 199,206 000000000000032809b867fcafb3aa9d4e7f2f88fbdc9b16fcfc0f956a9e4996 0.04 MB 64 83
199,205 199,205 000000000000001e171028d423b869550c37dd1752e5d2020940d0f20ffe683f 0.02 MB 60 150
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.