Memory Pool Memory Pool Refreshing

6,023 transactions
2.09 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
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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,510 907,510 00000000000000000001565807f804c4a7e2c5bfc4615158fa1cd5f3f3e6b9c5 1.46 MB 2,396 3
907,509 907,509 00000000000000000001d06775ef30514e1595ddfb5d2e8f1c6236c1605609da 1.81 MB 4,972 0
907,508 907,508 000000000000000000018e33ae8a6546e33463da4b05260a99835ce7bdc23a24 1.72 MB 3,008 2
907,507 907,507 00000000000000000001e37ca320cb35a8e1ae67e540bf52b4972a5dc25bfa5a 1.74 MB 3,275 1
907,506 907,506 00000000000000000001a4f5be1c9ca621e844990d91f654961d9d2683314d33 1.79 MB 5,026 0
907,505 907,505 000000000000000000022764547c7b6301e8359d49e313b2414af1f964b8aebf 0.38 MB 849 2
907,504 907,504 00000000000000000000c122711bb578adacd5819d905102ff3d0aa2d0b761db 1.77 MB 4,224 1
907,503 907,503 000000000000000000012522d6164ca4243349d59c317a0938e06bc4bd8df0e6 1.47 MB 2,319 3
907,502 907,502 000000000000000000008cd50cbe10fbfe858195c517092f20639083f1753ad5 1.81 MB 5,065 0
907,501 907,501 00000000000000000001a43e2250c8ee6e2df395304e45412b0af4ac87d8ab8d 0.54 MB 1,026 5
907,500 907,500 0000000000000000000078a3a3a431a8714aef72b712e09dbb8063144d1283fd 1.79 MB 5,018 0
907,499 907,499 000000000000000000008edf9a982638d4f17689447152425be03280857d465d 1.70 MB 4,326 1
907,498 907,498 00000000000000000000facf7a413bae18a5fddee2aa0f44b66feb9cac4f0e3e 1.72 MB 3,799 1
907,497 907,497 0000000000000000000094621b2cb6f03d16a30437e59d0b8cd1a06e296c2b4f 1.69 MB 4,018 2
907,496 907,496 00000000000000000001f5de3eac32bc1713789e800bbc6169ec237b7328530e 1.71 MB 3,198 2
907,495 907,495 0000000000000000000006a69db5b0d7df37936f644e6701c5d7265a362b43cc 1.80 MB 5,006 0
907,494 907,494 000000000000000000003f9c62c4f543305ad7b416759de86a0e519b12a1fe37 1.65 MB 3,337 2
907,493 907,493 0000000000000000000157eed3a6ee6ffb0581f499b642a9bba53bcb291b5057 1.68 MB 4,323 1
907,492 907,492 0000000000000000000023e135ab6c22798d6a67a7c20ac96e41ecb41b724b54 1.70 MB 4,422 1
907,491 907,491 00000000000000000000e534ab1319704a7ba7da6fc0d94e870b8aea2dad3bf6 1.79 MB 4,691 0
907,490 907,490 0000000000000000000055806173080be9e3e417974fbf59f220fff9ddcfdd6a 1.79 MB 3,436 2
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.20 GB sent, 94.19 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.