Memory Pool Memory Pool Refreshing

2,568 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,561 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (901,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,723 6,723 0000000043e220c96c58188dcb70f41786d09913a2946865b26039d64d8645db 0.00 MB 1 0
6,722 6,722 000000004080abb89db4e7f36b2a2cab5e6fed9b21b14b27eb2acfbc1d48e30a 0.00 MB 1 0
6,721 6,721 00000000f592aeacdab3a0b3c68dddd07b0c9e9da387d5954ceb5807f028b51c 0.00 MB 1 0
6,720 6,720 000000005cf02d8195cb19206576d9be36f8858fd5661f5c99441b5d693e3227 0.00 MB 1 0
6,719 6,719 0000000051bd25f779cd3ef8cb567fa3a904a5f0224c637e15add1efb67943ca 0.00 MB 1 0
6,718 6,718 00000000d9e38de1dd2a732270a11a7df79978b7aabd7ac205980576b07420c1 0.00 MB 1 0
6,717 6,717 0000000024c190f46c9ea20d9b6c4c35b0c3638d18f639dffa3815b80d779dc7 0.00 MB 1 0
6,716 6,716 00000000e806613a9ad88f4daf04431d66908f54575276d4759bb378d28bf29b 0.00 MB 1 0
6,715 6,715 00000000caf10e58decf15b632e23e1806681a68825b25f8e6a60df0e5a2da99 0.00 MB 1 0
6,714 6,714 000000009ff1900d129365d25ff6529fb89b01d8aa4363d35d5b885c979e4c86 0.00 MB 1 0
6,713 6,713 000000003933b11259a938879479cc743fdee2d71e2f0e3242b7fc7176a87f12 0.00 MB 1 0
6,712 6,712 00000000a50a8a7b5db2c4556a40d8ef13514104f642c8bddfd9cddbac1eb2fd 0.00 MB 1 0
6,711 6,711 00000000517019985319688c802df181a7a9345f86ef7cc7a1f1b03106c8eae7 0.00 MB 1 0
6,710 6,710 00000000bbc8eb7a2c1aa9ada272689f40561aa226b6bed8308e244fbac84ee8 0.00 MB 1 0
6,709 6,709 000000003f7771f4ccca354f0e638f7a2f3eab6df416e977f50abfa67d39a878 0.00 MB 1 0
6,708 6,708 000000007108461df15994277cd6fe447410fa837d922e1fa5c6c5f1d8b69455 0.00 MB 1 0
6,707 6,707 0000000095f086ab3e55bd178474021ab170557040a1abc306ae24c311973008 0.00 MB 1 0
6,706 6,706 0000000017e80cb6eda62df393a0921fcd5e4fa0b05d1c497a517dd993843be8 0.00 MB 1 0
6,705 6,705 00000000ab4e46054adea7301e07e786b0207d34c565b52c7cffe89e71cefc18 0.00 MB 1 0
6,704 6,704 00000000b630e39994176a38611e392b588363afeb6036222dbfa0d736565e79 0.00 MB 1 0
6,703 6,703 000000000b64b7049faa7af2b20184180ed815252b194688dd435676129a6325 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.33 GB sent, 98.31 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.