Memory Pool Memory Pool Refreshing

1,868 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.59 vMB 1,862 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (598,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,340 309,340 00000000000000001fb00f07d37a04e445b1c332d8e3cca7e8b92f2ca54bdc4b 0.01 MB 25 35
309,339 309,339 00000000000000003e0796f2ae4551fcd7fa62f5cc6d968fc8dcb6ee462dcd44 0.12 MB 239 24
309,338 309,338 00000000000000002647400aafd2101ba087ca95f67a157cd22c6bb72ea3040d 0.12 MB 246 33
309,337 309,337 0000000000000000305c02f52a45e26e64b72f48565a745b82999ab82318cec9 0.22 MB 443 33
309,336 309,336 000000000000000019e9f6677e2e2e955dc6dc18a4e5c32af970f3362b0da93e 0.15 MB 375 38
309,335 309,335 00000000000000003056a1cdafd3bbde9559ab210afcfaac3833915337c95822 0.15 MB 275 30
309,334 309,334 000000000000000019e953a0d5d021627c875d259de2c5ebaeaa5a5d390c8071 0.18 MB 407 37
309,333 309,333 000000000000000035d8acc1f7378e958a46acf8a17c68966657715b01b2dace 0.07 MB 133 23
309,332 309,332 0000000000000000404c46a7cadad28f683cdf57f4070d02a513c93260fad2e5 0.35 MB 660 34
309,331 309,331 000000000000000031cec86c14dac71f490e3d427c62ecc3fe61717d95e4fb18 0.24 MB 346 22
309,330 309,330 000000000000000008053d5b9fd8ca139c107802afc0e9b36cda38bafe6a7d04 0.45 MB 779 30
309,329 309,329 00000000000000003d8ae0b19139caf07508afca42e9ab2cf136697f6cb1ada1 0.02 MB 25 18
309,328 309,328 00000000000000000ab112574d352c3ea2d6858fa87973403e21f9b6e0996352 0.15 MB 197 26
309,327 309,327 00000000000000002560a4a52074d0b7944071b93c7cf7b2cde45aafba4379ac 0.39 MB 672 28
309,326 309,326 0000000000000000183ab46b8446f970ab5dd947d5e4af3c663b858ef3393021 0.01 MB 36 35
309,325 309,325 00000000000000003749a287c77c66d5cc41e9c4a10fe8903325ea8280094ae2 0.02 MB 26 20
309,324 309,324 000000000000000015f2657a3657e73bda5228b65393578e2f264f90a692f899 0.25 MB 559 35
309,323 309,323 00000000000000003c210ad181a7ad09ee0b2862bb42966165b43ad6ea1fc656 0.03 MB 69 41
309,322 309,322 00000000000000002c9b149cd205b9d5aa5797e6a345f884112d2fa74068adba 0.47 MB 813 27
309,321 309,321 00000000000000001eca37032bbe0e9ecf8515fe17ef75e51e80b67d1f1eeb8f 0.04 MB 60 25
309,320 309,320 00000000000000001745c8a96dd2c7f2925c6a73567c0e1a2d316a4749212e2f 0.11 MB 180 28
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.