Memory Pool Memory Pool Refreshing

4,174 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,289 (845,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,524 62,524 000000000a6198cac870bbf38175acdd96a9f971013820ed67195c82ef63f375 0.00 MB 1 0
62,523 62,523 00000000056b2f7ad88fb5555257f115c9d89a3237b706b3c96da9d82914a2f2 0.00 MB 1 0
62,522 62,522 000000000a928bf559b213f9872823df3d2e907dd6ea3e44f1ca428f80f4dbd3 0.00 MB 1 0
62,521 62,521 0000000004e572f02fb247f4b2f9f9a65e200b56d115f70156468893e610ccc1 0.00 MB 1 0
62,520 62,520 00000000030dcb1a99456e5d23957159c59d37a11c60381926c718298ec24a0e 0.00 MB 1 0
62,519 62,519 0000000003497b1a19706c87ae04269a239fdcb11b5a9512179316fa4d5d3863 0.00 MB 1 0
62,518 62,518 00000000060e2407bd11098413e8039549e582f78869c33e23a9d59055d9e839 0.00 MB 2 0
62,517 62,517 0000000001295b5a94c853c4057782c11374805660942bf7078cd197316aa9f9 0.00 MB 1 0
62,516 62,516 000000000aa43b605d533374dd0cf37ed71f56a197d6393bc5432f550f94d3f4 0.00 MB 2 0
62,515 62,515 00000000018e8df97b7a3e4b4b303739077e28442c1beca02b2b491d2a506a71 0.00 MB 2 0
62,514 62,514 000000000387e1d0c8a885e85c206f6b13422250e48590a5afc8dc5cdbd61688 0.00 MB 1 0
62,513 62,513 0000000006594527974da058d8bcd3632959d2eec8c17b8750e783fe11726a1f 0.00 MB 1 0
62,512 62,512 000000000726a05556f17d4c126ac80a9a2d64d1adb470e4641ef7adf2c3ffe1 0.00 MB 1 0
62,511 62,511 000000000247be3c6d99cac850c8c0c1dff658f7debc7271f54a6451a0b1e059 0.00 MB 2 0
62,510 62,510 00000000058be8c017326f916191f8aafe4bee6a42e9c789aee5c092daa75f3c 0.00 MB 1 0
62,509 62,509 000000000984a3539cee5b664bfe958ebc415ac8c4dc0175451a2d93196e10db 0.00 MB 2 0
62,508 62,508 00000000029054fc20bb5c61d527fc1701039b67ae2bfbcd8d1f839b64876a25 0.00 MB 1 0
62,507 62,507 000000000cb2c18dcaa7c2037277dba101a2b983fc917197bdd37aa1af382e05 0.00 MB 2 0
62,506 62,506 0000000001ad7196de0396085a3fa95f2322722aa8b805744bed3459a3374cca 0.00 MB 2 0
62,505 62,505 000000000393cb2dc72fc296c66d9a19d2c01493e70c6d80762cef9de7a89d62 0.00 MB 6 0
62,504 62,504 000000000aee77db52b067bf6df9367b0b7cf27af8eae9f1c2d1c440e6259703 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.29 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.