Memory Pool Memory Pool Refreshing

2,039 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (270,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
637,293 637,293 0000000000000000000d1fd6157b7118aafaee3fee258d432b3f1b31fe7530ca 0.88 MB 1,992 14
637,292 637,292 0000000000000000000665d53549ff622a18a4b988a4e2759758b09ba95d91dc 1.31 MB 2,178 50
637,291 637,291 000000000000000000002a5b71e285799be312021fdf0dd8680fc20415fd230e 0.06 MB 132 33
637,290 637,290 0000000000000000000f0609d6fa1a4ede71dc34bb568ca6f69c956fbc1fd94e 0.14 MB 264 26
637,289 637,289 00000000000000000003f0393957a3881adf6f8a960a1482d2c4665c7f59647f 0.12 MB 278 36
637,288 637,288 00000000000000000006270ad7eb0ec98ecc6ac0c5c2e55003cb86f4c2a9b8ac 0.03 MB 74 28
637,287 637,287 0000000000000000000658eeb27f980c5e177e59d7e5704fb0153dd144e4c869 0.20 MB 340 33
637,286 637,286 0000000000000000000cc1652ad7a29ba914b469f7329a4799f23aae2e5d6226 0.44 MB 703 24
637,285 637,285 000000000000000000017eb7c173c2b42ef6bd34efab0178f178a6bdd1b1b6fa 0.45 MB 698 26
637,284 637,284 000000000000000000062029be7f22a6292ca76c10c75ac1dc5deb1638556eae 0.77 MB 1,155 34
637,283 637,283 00000000000000000009393fda3dc2b7b3eb638085ed00014a209ff881cb11fb 0.01 MB 24 15
637,282 637,282 00000000000000000008f1c2a4e0b0784d3da57e4aaccdb1289e07a7510a3989 0.41 MB 794 37
637,281 637,281 000000000000000000085b11c4aa274e90a21e57ee1f4e562a1d216e1459b600 0.33 MB 630 24
637,280 637,280 0000000000000000000db462f2a14a8beeaa722ccb5bc51eb6ca342a6ae5cba5 0.78 MB 1,654 5
637,279 637,279 0000000000000000000b793e7a40830998e87c69c04741413d4f671c6d0c4a67 1.25 MB 2,426 22
637,278 637,278 0000000000000000001088568947613693ccfaff1708b6af390fe6a9c671116f 1.28 MB 2,549 44
637,277 637,277 0000000000000000000102be0b94c2be61d0ed71f15baf1ee933abf0c93e612d 1.41 MB 2,133 64
637,276 637,276 000000000000000000110d33fe8da714b385ce3aba61e17bb1b2234e434320c2 1.19 MB 1,928 27
637,275 637,275 00000000000000000011c643a468fb8d5bd7d8341cc419897f44dfeb15439aa8 1.18 MB 2,345 15
637,274 637,274 000000000000000000049013e6bb61d8eafe1a1d320373ffd911d5437fac77fe 1.29 MB 1,798 52
637,273 637,273 0000000000000000000a3055ecd3fdb9a93a4801db05b2ddd25dfce807583e35 0.03 MB 95 29
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.