Memory Pool Memory Pool Refreshing

4,046 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,489 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (208,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,875 698,875 000000000000000000047054cadd939b3b05ff3bdbba55de627d0ef002d0aa08 1.44 MB 2,757 13
698,874 698,874 00000000000000000009f94f6d19f1be2af8b8d7626850f92fd7adebd6bff460 1.08 MB 774 11
698,873 698,873 0000000000000000000aff2348d8561ae03f108f32bfc822f230d2b64d6a577f 1.30 MB 1,709 13
698,872 698,872 00000000000000000002f6562a3e24dd53858a5afed9e13bff286cec6f0a38e8 1.44 MB 2,782 19
698,871 698,871 0000000000000000000b340bc95dbaab3911d9d51be59c9be5138225c632610c 1.47 MB 2,288 11
698,870 698,870 00000000000000000007c11476a2cd92ba7250ea6f7ed0cc7147b87316759611 1.39 MB 3,058 26
698,869 698,869 00000000000000000008c5dd5ff8193f38d48f5a9e48c69318ba4c92b3af495e 1.45 MB 1,836 11
698,868 698,868 00000000000000000004bd845b5745963dfc967a1abb65c02db144fa11987e73 1.51 MB 2,821 22
698,867 698,867 000000000000000000003cc7f2ba1e00b377ad955d1fbadfa7c9843c9ca90903 1.35 MB 3,137 32
698,866 698,866 00000000000000000008482dd1b6fad08ace9c7eb9bec4dbc7ca66d0124eaca1 1.27 MB 2,214 10
698,865 698,865 0000000000000000000854a81c986dc02391c3ee808548229da79add7bfed925 1.36 MB 1,742 15
698,864 698,864 00000000000000000005081b88f3faf447f5def56a6b2d3b850946c85fb9d42f 1.35 MB 1,173 9
698,863 698,863 0000000000000000000dc658a4412af995a1dd12b789ca0d9769bd5b5f20240a 1.61 MB 2,919 10
698,862 698,862 0000000000000000000c3f594c0ac29706e1a5421303df9f6022640361b7074d 1.42 MB 3,114 26
698,861 698,861 00000000000000000009ad4c1452c7d28caec111aa817f3d308db0b27f0dcd26 1.34 MB 3,079 34
698,860 698,860 00000000000000000006d0e5449c601d6814885689514575c6d921fd2a58f0ff 1.55 MB 3,032 5
698,859 698,859 0000000000000000000499d1034080d154ab0dfa4f9923535382d5342748c6e5 1.45 MB 2,939 20
698,858 698,858 0000000000000000000f70434155185799e6e743bd29a1812f4023b9ee761252 1.53 MB 3,271 14
698,857 698,857 0000000000000000000713e6c6cf1c4bc1bc7cc081a804c68b254787101cc0ad 1.10 MB 705 11
698,856 698,856 00000000000000000005fdc9b86c0c695d7a58d3ffeb742a0301b6fcbdc9a493 1.52 MB 2,753 13
698,855 698,855 0000000000000000000a955d41100ada7aa0d2783c3b644d62faee41f3d890e4 1.42 MB 3,113 21
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.