Memory Pool Memory Pool Refreshing

4,124 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,747 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,658 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,746 (819,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,707 89,707 0000000000092448f9c9f066088ba796764c1f1d47eed0acaf469323efa9505c 0.00 MB 1 0
89,706 89,706 000000000000388e4dfd41ef32003d37772a4ab4ac267fbb2bcefba58279a98b 0.00 MB 2 0
89,705 89,705 00000000000276c6499e369b70531a04069cb082d15a57b7eedc9b201e141caf 0.00 MB 3 0
89,704 89,704 000000000012beaf3a12e2cf2b8fdbbb1dc98cd61b700ca37f7c79d1ce34aa69 0.00 MB 1 0
89,703 89,703 000000000006fbc8ab48b01ec09c9bcc248c8cd1dc5a2221d6fe727b18cf2f38 0.00 MB 1 0
89,702 89,702 000000000000822389316c02794f6a2be268f7548fb03749a458ae568eb9fcd1 0.00 MB 2 0
89,701 89,701 00000000000e860a2027b04d1a962d00948ffebe7b4fdc69a038892938dc2236 0.00 MB 2 0
89,700 89,700 00000000000419696f9c69802da1d5901f14e60527d2323c8e9a775f0ce3788d 0.00 MB 1 0
89,699 89,699 000000000000c5b3719e92550b8e6b227e8c6ed4e3014fefdf899af97326cf26 0.00 MB 1 0
89,698 89,698 000000000007fe584766f567560399f16249455635e8adc46bcaa4de9eac2254 0.00 MB 3 0
89,697 89,697 0000000000005c318a62158e51a7b6265aa0156d76c98842755fbf5ad3cf0c1e 0.00 MB 1 0
89,696 89,696 000000000009f7049a0b630a0c71604aeafd7c856d6dae235e98666439e115a9 0.00 MB 2 0
89,695 89,695 00000000000d3b72384c7b266550310274b045bd92290fee4b47b28780719fe0 0.00 MB 1 0
89,694 89,694 000000000006fca94678db4d1e748d57c5e2c7c2c80d6826e6bc381f5f17a4cb 0.00 MB 1 0
89,693 89,693 0000000000058948f9e9d8f29cae593afeee26e1f2e0e7459fe1ca55d4f02438 0.00 MB 1 0
89,692 89,692 00000000000e7e56f3d30cf2743821b1da65c0e0b87eb224c7c226cbc98fd25b 0.00 MB 1 0
89,691 89,691 00000000000f584c1a3a539f2cf5647943fb98f9b5ff6e28eaa4035c07b03e45 0.00 MB 1 0
89,690 89,690 00000000000ced276369cecc387fc351c0656c597d3152eb2babfdf60e5d9140 0.00 MB 1 0
89,689 89,689 00000000000aef791ada4d8a7e6467c36a0ccba60fc9c313da4ba3fc7c168b03 0.00 MB 2 0
89,688 89,688 00000000000ba41394f6cbf79afe25277d5cb84fde456da8877036cb96f0f57d 0.00 MB 1 0
89,687 89,687 00000000000480ea021444bb3630b38cc2e6e6672450e92826d2cd4020deae37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.01 GB sent, 102.45 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.