Memory Pool Memory Pool Refreshing

9,880 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,321 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (874,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,710 33,710 000000006648defd859cfb657b7e9ec1b4a408636b86b12781351e8b9e8e7ede 0.00 MB 1 0
33,709 33,709 000000001389f7350e3abf42aac304152dba34d2ae0655c84fc813c1daae028e 0.00 MB 1 0
33,708 33,708 0000000009d1e67604557789087cce534987db6e6a9686a9024b251ac2631a2e 0.00 MB 1 0
33,707 33,707 000000002867b93b6e93da02fe31a88f951a743ba85265779798c126eb2d2680 0.00 MB 1 0
33,706 33,706 000000007382f823544c504866f212db16bdbde2860db35679e6414304dd90af 0.00 MB 1 0
33,705 33,705 00000000627901216fc215c48c714632f1153ef528505aa18d550923e068f1bc 0.00 MB 1 0
33,704 33,704 00000000071e54fd70ada6930db77b64bdf9d836c05276999b1ac8a5ab848d99 0.00 MB 1 0
33,703 33,703 000000008be77644c8b2fce5eed3ffb47879e614dbde1045914e588e9e8fa058 0.00 MB 1 0
33,702 33,702 000000008b63eef0ce55633dd7fa7fe0b8016229a7ae460e351224b716b20e2d 0.00 MB 1 0
33,701 33,701 000000009bb5d25cca52dfb88a3ccb114ef5fa6dc584a5b680f5ab8ea33d2cd7 0.00 MB 1 0
33,700 33,700 000000002eb8a8b7636d666a6e51f8d1159a44e406a6765cf013bfd3291ab61e 0.00 MB 1 0
33,699 33,699 0000000046986d54f949fc7eff32b541efadd39c17d16316ca0ac31900b77e54 0.00 MB 1 0
33,698 33,698 00000000a2bfb2b97af1454323f367ca74efd0397384abdbed2e6fc3528abf2c 0.00 MB 1 0
33,697 33,697 00000000ceed236f63d4e468626de9d62cfbc65ce555fcc4555141f99221edc8 0.00 MB 1 0
33,696 33,696 000000009ebcab7109d0583bedf52211cc0c255999ea3405d45244e2a0769ae8 0.00 MB 1 0
33,695 33,695 000000002fffbd9c5a853759e226949183b7e4148d059138f93d5bc74731a485 0.00 MB 1 0
33,694 33,694 000000006fb38133624f69470253a77ef3d1fa947b6ea8523e1f37c533af9a91 0.00 MB 1 0
33,693 33,693 00000000861b149eba17b1a4bd3b573475f81c3f3294aa0ef9c9404b59c76c17 0.00 MB 1 0
33,692 33,692 000000000330cc3336211a8debb366e8a814e942a65964d0cca85718a0b2161c 0.00 MB 1 0
33,691 33,691 000000004beb49a3d08697b3e9d28fbd60a569a393912ab39169d23ab1b8e330 0.00 MB 1 0
33,690 33,690 000000004848b36e1e9e77b168d761fec2867c9dd64e23b706252107e2ec37a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.85 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.