Memory Pool Memory Pool Refreshing

2,578 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,955 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,555 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (62,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,346 845,346 0000000000000000000048c18e3918fdc1b5dbd563f65bb8f210e2631ae266c7 1.63 MB 3,436 13
845,345 845,345 00000000000000000002c14b69937867e3db1b085877f086f2518c0cb75a29e6 1.54 MB 3,500 11
845,344 845,344 000000000000000000016d17f3251ce9fdc3ed00f62da30d6ee6d74cc705e0f0 1.57 MB 3,513 23
845,343 845,343 00000000000000000001de258f94ce24cf227e70467ba773b25b804af14e0ca2 1.70 MB 2,814 13
845,342 845,342 00000000000000000002cc6d0854eb6052a01dca84f70fbcfd350eaf474cbca4 1.77 MB 2,976 11
845,341 845,341 00000000000000000000cc2471efa94c44aa689e897d8d040d346baf3e00e9e4 1.62 MB 3,194 16
845,340 845,340 00000000000000000001d586564e5119b84091880241620a6e51da6149ce4b83 1.56 MB 3,111 14
845,339 845,339 000000000000000000029aec59ebaaccbe90c80605ec19b7bf21a28b8cffa56e 1.85 MB 6,623 8
845,338 845,338 000000000000000000017c717fc32965f456b89668e834cb3ab4643b80acdcb8 1.49 MB 2,727 11
845,337 845,337 000000000000000000009cccfc7ade8f4f3532ae2029110744705bab90fed8cd 1.71 MB 4,896 9
845,336 845,336 00000000000000000000bdd478789bcd768a1886bbeff6ec51f88bde335788a8 1.71 MB 3,838 12
845,335 845,335 00000000000000000000cbfa6073a16af9550db8a986b38eba236d431ce24df8 1.72 MB 6,544 7
845,334 845,334 000000000000000000025cdff6ce157a816e406049f901753b491dd82240eebc 1.63 MB 7,112 7
845,333 845,333 00000000000000000003227c7bf18d7730bcfc725d4164f3159157aee9fa190f 2.47 MB 3,571 9
845,332 845,332 0000000000000000000166073359591f348e8a8e071cea7c94610b57cf2b759e 2.28 MB 3,465 10
845,331 845,331 000000000000000000001101523e08e6a7771fcf06941381d80ef38398115fb4 1.58 MB 4,647 11
845,330 845,330 000000000000000000018d29a844fc16aefac41915f47ccbb9fae14a4c2a819a 2.02 MB 3,526 9
845,329 845,329 000000000000000000021de1f598a2e09947c5acb4d043c961ec3ad586ee5a9a 1.56 MB 4,441 14
845,328 845,328 00000000000000000000c039929492c812e405daea63ea1ac5859a12038f723f 1.69 MB 5,298 10
845,327 845,327 000000000000000000002809a84d40a4b9359e43e2c63682ed3bfea1e95ced71 1.61 MB 5,268 10
845,326 845,326 00000000000000000000a14c4204988af6b0f7027c628a8ed0e100ce6b643feb 1.56 MB 4,919 13
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.