Memory Pool Memory Pool Refreshing

11,531 transactions
4.83 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,865 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (12,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,283 895,283 000000000000000000000b9270c25de9adf24cca6298c9ff84f54f0597b76018 1.77 MB 4,681 2
895,282 895,282 00000000000000000001e8854e109ccbdf8be59b9639c7be78ceab202906bacd 1.70 MB 4,455 2
895,281 895,281 00000000000000000001620fdecefd434ac9a1050983bd8966ca7b578f138da7 1.76 MB 4,584 2
895,280 895,280 00000000000000000000592af1bf4610d56a7a5f0af7740d7a0f1aed7280fd5c 1.78 MB 4,220 3
895,279 895,279 0000000000000000000011a94589b23740582ff3c546e7c600b5fefcbac76ef2 1.66 MB 3,979 2
895,278 895,278 00000000000000000001a77a9f5a12851e51620230da0986c6cd179207ee9ea7 0.59 MB 1,050 2
895,277 895,277 00000000000000000001f8bcb25511f6e24703a49f15e2b49daf2f5cf0abc8bd 0.16 MB 444 2
895,276 895,276 00000000000000000000fa12eb8fa18ab0d7491fe6a4a08689fdd31fdd604122 0.71 MB 1,464 2
895,275 895,275 00000000000000000000d0345db6fd5e4f199a4911443bb6fe2f8369d702069d 0.71 MB 1,632 2
895,274 895,274 000000000000000000001a95fd76f30489ae52bc514580780dea1b8d0ef8bf59 0.76 MB 1,512 3
895,273 895,273 00000000000000000000a3efb44a6fa8466c9b66d21fe86aec56b5aeb794b28c 0.51 MB 956 2
895,272 895,272 000000000000000000018fdeed85bae2fe1c89f3dbc094ef0485d5ae8860e9ed 0.17 MB 370 2
895,271 895,271 000000000000000000017f0d9b95f86302524614b19a6871147550e179ccd4d5 1.60 MB 2,315 2
895,270 895,270 0000000000000000000245f520d2edd617f6e0d0295dfbb55460254c5308dcff 1.96 MB 596 1
895,269 895,269 00000000000000000000d95d3cfdcefb99b1eb36ff794b8f5c2f909fdddfffa2 2.18 MB 2,443 2
895,268 895,268 000000000000000000002d22c9e3f6bee72ac3f3f84771d9b4f3206a6f2461ea 2.24 MB 199 1
895,267 895,267 0000000000000000000190ded3626186bf6b835a5388259cca096f6b3a211fdc 1.76 MB 2,875 2
895,266 895,266 0000000000000000000051bd3c0064b59dea84dbe74c82fb9441b3c2f429ba8e 1.68 MB 3,257 2
895,265 895,265 000000000000000000006a22d0c76c6c5ea295ecbe867da1751060c0fa6b1b8a 0.38 MB 152 1
895,264 895,264 00000000000000000001b0aadaac6141af1367796e4287fe8386551a97566ed0 2.73 MB 1,545 1
895,263 895,263 000000000000000000013ce810de355eef64dba3b6ca2d294c0957634b445ae8 3.64 MB 600 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.12 GB sent, 93.02 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.