Memory Pool Memory Pool Refreshing

5,318 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (178,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,082 729,082 0000000000000000000284507e8a982eacdd090515fbfc9bd378debc49b98c00 0.70 MB 750 8
729,081 729,081 00000000000000000002e50deeea32fe8fdfdcffb87ce5e4a44892ad5794b387 0.38 MB 306 6
729,080 729,080 00000000000000000000bdb0e8c5bc5121842d3d0715495bc2b170708cb98521 0.23 MB 416 8
729,079 729,079 00000000000000000000ba068c89f6145514b4b85b997fdcd925d9258e6346b8 1.15 MB 2,338 8
729,078 729,078 0000000000000000000631590dfe633137462d397cb2aa815f8a37bbdd021deb 0.03 MB 71 22
729,077 729,077 00000000000000000008efbc739868d6d191dad44f7af8eeafb2415fc923475b 1.55 MB 2,411 7
729,076 729,076 00000000000000000009a4c8247c60e5b068795979a7753c69e4bda2748afdca 0.33 MB 611 7
729,075 729,075 00000000000000000006a44c3f056d17519c73f4a3f85d77a648ca44b010fc41 1.27 MB 2,044 8
729,074 729,074 00000000000000000007cb93c953c55d2a9a6024c0febc0ff0687742efbd2ecc 0.01 MB 14 6
729,073 729,073 000000000000000000037bbc6c4c425daee72e5382d4cfe5b58ba9d5ca4f584b 0.10 MB 210 8
729,072 729,072 00000000000000000003b5ece99644975e74ef1341a076cc31013d9d3bb92db1 0.57 MB 109 1
729,071 729,071 00000000000000000009a13421313858f352f77e7afa4f76148b5b77483a5c04 1.63 MB 2,091 7
729,070 729,070 00000000000000000005622dc2b8be7c19b6b10c45b37aa9522cd23446c1e52f 0.76 MB 1,046 8
729,069 729,069 00000000000000000003c781fa9f7c2762a223f9e07ff8ce85c753a2aeffef49 0.51 MB 890 9
729,068 729,068 00000000000000000003760bd787f71a1bdef500c530f0bb752790834a94f2f7 1.13 MB 1,308 2
729,067 729,067 00000000000000000002142e94d4f8f8d374625d5264c5646499b27e582055d0 1.38 MB 2,443 11
729,066 729,066 000000000000000000072fdb520e72347c6c1c05d7bba35c48f4d019d29f85d4 1.09 MB 454 2
729,065 729,065 00000000000000000008e0264ac9acb60b7b85a82ee0c50698b6c5f0da50372c 1.45 MB 1,788 7
729,064 729,064 00000000000000000003b9ad83d0e1ca7aff7d4b2feeb5dda5263fe325a980c8 0.79 MB 1,369 9
729,063 729,063 0000000000000000000065571e70d79de0176a7915a508f79ffb434d1a8065a4 0.28 MB 514 9
729,062 729,062 0000000000000000000a2c8c0b9fc38c7eb313cf740ea0dc154aa713d5ce0453 0.72 MB 583 8
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.