Memory Pool Memory Pool Refreshing

3,561 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 Now! 1.00 vMB 2,504 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (631,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,267 276,267 00000000000000022b047c0e0094dcff178477c090d638fef98d5f38d6990c2d 0.23 MB 476 39
276,266 276,266 0000000000000002270adda363e9f0be6feaa6739b68436e6586f415795242dc 0.31 MB 544 41
276,265 276,265 0000000000000003780fe3ccd3cd4f7d6e4db432449b77ff0c744307934e7d5c 0.53 MB 997 34
276,264 276,264 000000000000000055a06491ba0d7f3e4da64766d937dd61fcfee3c8fad7abfe 0.25 MB 754 98
276,263 276,263 0000000000000000089ca1981ec80b601845106da0d4c7291c4d074513bfb629 0.50 MB 1,141 56
276,262 276,262 00000000000000017f978343478eed46550b281770434183ec8ea953392834ea 0.19 MB 453 65
276,261 276,261 0000000000000001313b717c390e01b588bb911cd131b249492eac809cad8be7 0.15 MB 306 44
276,260 276,260 0000000000000001bd67503b1174ba8386813e42f884596621f2544c73d6600c 0.75 MB 1,354 38
276,259 276,259 0000000000000002bfd93dbedebf728959b25c37598ac76570ac9c6eb892a629 0.03 MB 61 100
276,258 276,258 000000000000000275aeaa88e4e3f0f2220abd49a0a265b77bf650f501bed6da 0.02 MB 37 31
276,257 276,257 0000000000000002b0db0268f7c665201f00468fd195096eeafc4362054f10d1 0.19 MB 382 53
276,256 276,256 000000000000000016d0220da86157a1fbaec663348d259da8d2959e9361258a 0.02 MB 41 38
276,255 276,255 00000000000000006ad8df3a980d3a4e4664dad985ea95b5965d9f5ce7ce5fd3 0.14 MB 268 42
276,254 276,254 000000000000000302f8a22dd492f8d268e534e71414dd53077293b47ef8046c 0.11 MB 137 23
276,253 276,253 00000000000000025f8f2d624c064f7599e081e644dc1bac7501b70b0ba2a983 0.02 MB 46 11
276,252 276,252 0000000000000002e3c62f4fa1aefa7a9a900f670891f990d00a215569b5b197 0.18 MB 354 55
276,251 276,251 00000000000000019f77a0aec3da42c9f944e6a6b0a70e6d245e7a4a470644fe 0.19 MB 340 39
276,250 276,250 00000000000000018a815294d006b6244d11cb451ddef6ad13ded68aa8e626cf 0.03 MB 69 48
276,249 276,249 000000000000000198726b162f9a1ebbefc7eed8557bcc8cf45f0187f0c03538 0.09 MB 200 43
276,248 276,248 00000000000000031c65bff7812307b2fe126f423694d1ba7e39e93fd86f1e22 0.18 MB 429 54
276,247 276,247 00000000000000009b8f7d28f90e1469088bc14c88b18a12ce7a5cd2e17aee93 0.15 MB 206 18
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.