Memory Pool Memory Pool Refreshing

4,401 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,731 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (574,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,508 333,508 00000000000000000ca7e1428193f29da164adf2e52b41afdf840eff01fbcacf 0.35 MB 586 20
333,507 333,507 00000000000000000401d763bf19724b0b06a8dc36a68b20594541214274bb29 0.75 MB 2,680 41
333,506 333,506 000000000000000010777d594e10d8a7228b000c08db811a2ec080f3dd11e984 0.83 MB 1,607 25
333,505 333,505 0000000000000000022900ff33a561217eb7b8392f9e386a7dde981706dc1688 0.29 MB 720 32
333,504 333,504 0000000000000000097bde5863d683d8874fa0d1531bb080cfa19717744fcb77 0.47 MB 849 24
333,503 333,503 00000000000000000ed2fad4b2172aad461174f7fafea3bc16ecbbfefdbd1403 0.30 MB 390 19
333,502 333,502 000000000000000017f1866fb3f82534348285c76e21f92128793eb8c2af9238 0.20 MB 298 21
333,501 333,501 00000000000000000eeb84f535b3b86f1315c510dbde3704bca75b78bcf04eba 0.07 MB 108 11
333,500 333,500 0000000000000000109386c0814b6d1341253b62a05f839f76f918b5ecf9ac44 0.71 MB 1,310 24
333,499 333,499 0000000000000000064586fe01614c6ccf76064569aaee090e2c1b8edd60b308 0.77 MB 1,073 21
333,498 333,498 000000000000000000b8b3b01640ad6a3a82253ab254d8b082a0c2253c3bfa0b 0.50 MB 587 20
333,497 333,497 00000000000000001a0d8c973757013e67cbb558c3875209cfd3533ab2b5f530 0.97 MB 1,018 13
333,496 333,496 00000000000000000b37ca6a2880f3f033ed733d60bc14e31fb2a7f3a0a3b246 0.36 MB 1,045 36
333,495 333,495 0000000000000000170bc8b70fcab3eeab3fe5281a944ad9b407b894b754ba54 0.83 MB 591 14
333,494 333,494 00000000000000001a958c0a9ab38218f8bcbefbcd8cae8a89ed5a54583a0529 0.75 MB 1,299 22
333,493 333,493 00000000000000000cc90655b8127f73b7b4ca0ba221455cf00aed96ddc6fcb8 0.50 MB 1,337 33
333,492 333,492 000000000000000003a1c373d38f27bcfe61543a2facbd3ce3cefde14d574f91 0.75 MB 1,736 29
333,491 333,491 000000000000000019bd1b2a1d0efb764bbb32a96bc7d865085ec09f3a6ef7a0 0.04 MB 64 58
333,490 333,490 000000000000000003f5290f6b797bcdce15e10271bbfb7683434596f54ca3bc 0.85 MB 1,986 32
333,489 333,489 00000000000000001aa5e75262091a84bda91720d1c56bd4b5b9f9f762e8151b 0.14 MB 118 10
333,488 333,488 00000000000000000b2c40118d54cdc7eca2de4a3479c845acbde212ff37621e 0.11 MB 137 17
Previous 10 blocks ↓
Total Size: 769.08 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.24 GB sent, 93.30 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.