Memory Pool Memory Pool Refreshing

6,985 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,265 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (717,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,344 190,344 00000000000006c124613822e24e76d5c92a74d3d0547384012f24ba4de7153c 0.11 MB 210 116
190,343 190,343 0000000000000641314b2430df4287e27af48ec763a782607f959f3909d68f80 0.05 MB 148 193
190,342 190,342 00000000000003acb1b33f915980492db53d518c8344697ff3c8175ed9fac8e7 0.18 MB 332 61
190,341 190,341 00000000000003cdab7cf3f58a6ca062a8eb2e7acface27d4e315a5f5c98a281 0.09 MB 257 167
190,340 190,340 0000000000000768c3ce18acfc9df82aa05e53dec828debf94e79adb2bdb2014 0.05 MB 90 220
190,339 190,339 0000000000000649823e266ec6b95dc91b6e4d568b3a76777d263d43fed733e7 0.01 MB 31 54
190,338 190,338 00000000000005aa1b096d14ffeec5b41da9f75bd5e893db954d12afd34b8c60 0.09 MB 170 85
190,337 190,337 000000000000030c80840782ef6cc60514d122bdd748ee24bebee6f3c3cdd619 0.17 MB 405 184
190,336 190,336 0000000000000466058faab56fb38e8c6fe50030f8788742064dd719a6e712d3 0.03 MB 109 33
190,335 190,335 000000000000021a390a3e1e8273dbb3795726dca0fc1ac23509480233accb7a 0.18 MB 523 141
190,334 190,334 000000000000018965e38df2357490269ed6d3b73be4b2adfff25529637d5610 0.12 MB 256 147
190,333 190,333 000000000000056334536298376bf903bd9bf0038b00d058c7a2ddea65fe92f7 0.04 MB 96 83
190,332 190,332 0000000000000525777a17cbcd215a00e8dbbff2530d9f7f8df5ab86b60da7b5 0.20 MB 485 103
190,331 190,331 00000000000000e3d3eaf93600684b085df7d58f84ef952c91e84eb4a251d5d8 0.05 MB 128 121
190,330 190,330 00000000000003554be3a8f44440993bd3222b11f7f71e09bdfea6080a83475b 0.10 MB 358 18
190,329 190,329 00000000000006dcf76ed1f94f771b9f00ab808603b57f61a59ed76a192f7ec0 0.02 MB 46 78
190,328 190,328 00000000000006f43551f4796becb343600efd080653b64cd634f8de8893a4a8 0.07 MB 156 399
190,327 190,327 000000000000051a6a4648ead0ce20d16d812fd24657e88fb16a36d114478e78 0.27 MB 543 254
190,326 190,326 00000000000007b126b94e32c0c4b13677cc20cb20059f6beee127768656667d 0.08 MB 207 136
190,325 190,325 0000000000000677c9003079641b0c7449eeca31e044d938f6c98cb76e34db41 0.05 MB 116 60
190,324 190,324 00000000000003cdf1c63261a99061727728d0c5988dce0748bf573e6552bb66 0.10 MB 239 136
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.