Memory Pool Memory Pool Refreshing

4,349 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (103,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,996 803,996 00000000000000000003b20b5f55b0c60130e5abfaf9ee0d8e13764f8203461c 1.48 MB 1,728 9
803,995 803,995 000000000000000000005b9d0a282bbf645946fa4e85f508c17fb152bd73f582 1.75 MB 2,367 10
803,994 803,994 00000000000000000004c286da521f53e27f6388f8571cae60251eb84d736515 1.99 MB 5,195 7
803,993 803,993 00000000000000000000154f4e0c780e6616424a7bede4aeedddfc277508a9ea 1.62 MB 3,403 8
803,992 803,992 0000000000000000000036b8f4523004c929fabb26bd3882a30350c4b60cbfd0 2.00 MB 5,830 7
803,991 803,991 0000000000000000000255b597290c4da6cdcc346a907d11b6a93335f111e381 1.08 MB 399 6
803,990 803,990 000000000000000000036f2947aff51e6bd57870791484cde112374b901bc329 1.42 MB 2,499 7
803,989 803,989 00000000000000000003f84211521440775bb7485a8ca006480014406a6bbc28 1.89 MB 5,342 6
803,988 803,988 00000000000000000004edb1d954c61f132eba17b2414839e5cee1d3b68eeb90 2.19 MB 3,138 6
803,987 803,987 00000000000000000002100f1202b80d305435b470c768314601e71993eab834 2.41 MB 4,754 6
803,986 803,986 000000000000000000052c98e9264840cda8960e4a53eebd3e74c1e816a74b38 1.71 MB 2,786 7
803,985 803,985 00000000000000000004f62358f40bb88d908c58fd8c13bf42fa70564889148b 2.03 MB 6,181 6
803,984 803,984 0000000000000000000138581c7c86aa7d8de49bce595a6ca246f919608bfcc9 1.72 MB 4,016 8
803,983 803,983 000000000000000000048704dcfe117f7e5accb620cf0796a0a819469bb40afc 1.91 MB 4,728 6
803,982 803,982 00000000000000000004834cd06005c8da7db2ba5d107a0c9f47c325452a5c27 1.70 MB 3,453 9
803,981 803,981 000000000000000000044f944d1fb15b817125935ba045ceec3459f0b1533add 2.00 MB 5,261 6
803,980 803,980 000000000000000000019d82fd03d13ea92e3fe3075f8cbc94a5238fc6c883ab 1.52 MB 3,241 6
803,979 803,979 0000000000000000000533575180eb28f99909bc17e646a37c9ed015d82c0080 1.50 MB 1,499 6
803,978 803,978 00000000000000000004bad733c3a52a3ba0687663bc1192c2605c5b88607e1f 2.04 MB 5,938 7
803,977 803,977 00000000000000000003259717fd1ae9a338cd32a4a2631853cfad1467a73ce3 1.80 MB 2,447 6
803,976 803,976 0000000000000000000387c2c72f54241b140d6826f6c16b67ad87c4d3ba8b6e 1.36 MB 1,173 9
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.