Memory Pool Memory Pool Refreshing

5,794 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (102,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,015 805,015 000000000000000000004d8543a2827f2b3e7f349a214b0fc9af1e5929e8156e 1.64 MB 1,643 7
805,014 805,014 00000000000000000000c4da35d81e4e0d153804fd15a7de980458a8b727df52 1.56 MB 2,625 13
805,013 805,013 00000000000000000003cba3b9565317a5064d4af488b68bdb7db27ca94e2d1c 1.55 MB 1,381 9
805,012 805,012 0000000000000000000236499c1ffe8fc5dd577b3034e2d380a431aa1230059c 1.55 MB 3,477 22
805,011 805,011 000000000000000000028ecf502ab48f4d43f96e513c5ec347765416957c5c5b 1.45 MB 2,647 16
805,010 805,010 00000000000000000000d39149dabe39bef2fcc80379ba4d27d6d3dbf2dd8a76 2.01 MB 5,852 7
805,009 805,009 000000000000000000036734229582fb84ba72605741bc5376c248f15aabd4f4 1.61 MB 3,829 6
805,008 805,008 0000000000000000000471c0f2879f1f7588d03c16a2771e5beb28aab19a994d 1.78 MB 4,581 8
805,007 805,007 0000000000000000000281da1a6e362a46ea626cc573a23f4b58cad4f50e28d0 1.90 MB 5,256 9
805,006 805,006 00000000000000000004eb959af563d5c4eba41131db6e9b31c2c1ba52c3312e 1.55 MB 1,266 8
805,005 805,005 0000000000000000000233296ebe71b1d6b24c54e5fefebe2af5c48bbeb4515d 1.53 MB 1,003 8
805,004 805,004 0000000000000000000231ffcd0320b443fa05bf3cc3ac5e5f2a6d952eab7227 1.51 MB 3,234 21
805,003 805,003 000000000000000000033404bd68c58454cfa06f1a4e2d11889df308422db9f2 1.66 MB 3,860 7
805,002 805,002 000000000000000000038bb8ccf355174c6009a46dc4935beeef2aba93b7f358 1.70 MB 2,975 10
805,001 805,001 00000000000000000003f36f206338527b808c1c296d18b90c2d932e24c55c18 1.60 MB 3,425 12
805,000 805,000 00000000000000000001e26d96ed68750e91e9a1776a08a176fede4e4654d86b 1.70 MB 3,196 8
804,999 804,999 00000000000000000004510ffb0759140097bf4a7c40615ad9cb49dc58cb896f 1.55 MB 3,215 13
804,998 804,998 00000000000000000004f8f005b6a72df7019e299b242bf039fa29c721af7ba8 1.62 MB 2,665 8
804,997 804,997 000000000000000000048db64eae1c2c8f7ea8c57254320a39c642d40e36f59f 1.30 MB 1,860 10
804,996 804,996 00000000000000000001d702ed8935ea725f8c644b1bd0e7823aab077600cf14 1.47 MB 2,915 22
804,995 804,995 000000000000000000015bcd249d2936cf4464bf6bec9a42d4ee9638c4fef863 1.97 MB 5,578 8
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.