Memory Pool Memory Pool Refreshing

5,385 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (290,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
617,283 617,283 00000000000000000011b88db1b2d7e1d1b8ae93c8b6b0bccf32809dc2528b59 0.73 MB 1,629 18
617,282 617,282 0000000000000000000cd3268cc58e36f9a34079a908dc1151b73640b570fd7f 0.99 MB 2,526 19
617,281 617,281 000000000000000000071a8be95db54ab85cdb4ce31a6c0859922e45073a4bf9 1.28 MB 3,407 4
617,280 617,280 0000000000000000000465cc4cd249d0f535e479402700144617d0ee8fcbf343 1.32 MB 3,151 30
617,279 617,279 00000000000000000011e065f392b651b489ace9914d12344e48e080e5019648 1.48 MB 3,234 38
617,278 617,278 00000000000000000003540708ad4131c81344e583811358309565f6ee1d5a6f 0.90 MB 2,065 21
617,277 617,277 00000000000000000000a6933907218c4b1ba4696d8aab834252f7577abc7121 0.33 MB 922 22
617,276 617,276 0000000000000000000cc7eca6c8918a314735c4fd973066ccfcb6b4299f54c2 0.15 MB 223 27
617,275 617,275 000000000000000000023b2dd19c2fad03238676abb4a59070634ca1b64c8e0d 0.13 MB 392 24
617,274 617,274 00000000000000000003ebb005d8d0b0c69bb1340f398c23ecd471c28ba16dd5 1.01 MB 2,438 21
617,273 617,273 00000000000000000006018fb5172e64adb23ffd8fb3e274ba85835c2a975284 1.03 MB 2,418 20
617,272 617,272 000000000000000000040e0152c036f943b72eb4ddfdb583b37038c17589ab09 0.82 MB 2,192 11
617,271 617,271 000000000000000000116d8b4a123a3e8319c2f3bf5d5be4bd6c90ddcf0c196c 1.30 MB 3,158 29
617,270 617,270 000000000000000000114a2add9569cfee48834194b61913ce4fba9603bcd44a 0.06 MB 209 29
617,269 617,269 0000000000000000000ef40dc4a6441109caa9bbf05e3f453655bc7d0ea1592a 0.46 MB 929 19
617,268 617,268 00000000000000000000e39701651735a14b920d3234bef121e24d528431f3b9 0.61 MB 1,250 4
617,267 617,267 000000000000000000014373100635a4ad659f1daa6aec0924950300b71f17ba 1.10 MB 1,133 7
617,266 617,266 0000000000000000000b4b60ac2bc76c2c4bc8372d7aad43f27df9cba0fbbd55 1.38 MB 2,216 5
617,265 617,265 00000000000000000007c385ce8b2e95ce8a7cdb6c5dc66e3839681d38e37a6a 1.26 MB 2,416 29
617,264 617,264 00000000000000000004c7a2d3746ba4feb38c8f69dda9834fbc4bf7ae0246fa 1.23 MB 2,615 7
617,263 617,263 0000000000000000000fca7f00bdc88ae08607e8fe465b931950b24ab212f625 1.27 MB 3,115 24
Previous 10 blocks ↓
Total Size: 769.25 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.09 GB sent, 94.15 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.