Memory Pool Memory Pool Refreshing

7,050 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (34,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,470 873,470 0000000000000000000080c11ebb8c9b4b1b429ecdb47ddfbfb416b8f258faae 1.69 MB 4,456 13
873,469 873,469 0000000000000000000050bdd72648dd2b82c1be6f5490fe70145a1886e4d3af 1.75 MB 4,853 13
873,468 873,468 00000000000000000001a97c1b0b118b6dd030260ad2338e3c4f412e8ba94325 1.65 MB 4,318 14
873,467 873,467 000000000000000000001acf780127ce34be7388afc048a2de1236178c072a93 1.74 MB 4,501 10
873,466 873,466 000000000000000000004517dec5919df20561307d2f71647825b2d412732553 1.75 MB 5,077 14
873,465 873,465 0000000000000000000229fa31fdfbf8b1dc41cea0dc96220c62a14681680f46 1.75 MB 5,489 15
873,464 873,464 000000000000000000015a965d95c598f9806f7172f1cd84a1b8f6f7e1ff4844 1.66 MB 4,304 15
873,463 873,463 0000000000000000000007ce950c762cfd1b9a33b66bde5e42baff2eb7611b81 1.82 MB 1,113 5
873,462 873,462 000000000000000000006857f90bd072c4b6745129d7f63d84e29a425db60cd6 1.66 MB 2,695 6
873,461 873,461 00000000000000000002109e0120894450868c20685ffcd9996c53fa7f980aec 1.66 MB 2,588 7
873,460 873,460 0000000000000000000002e2ae423d6ffd7d609d025332d3a7552fe1096ac790 1.64 MB 2,381 10
873,459 873,459 00000000000000000000bc767dbd64879380ede51e5d86bef1967f0b5fe9ee80 1.52 MB 2,690 9
873,458 873,458 00000000000000000001fc609ba2625d5c4da1dccffbbdcec4482be1c5e71ee1 1.49 MB 2,291 7
873,457 873,457 00000000000000000001cb57d188972fb97a34bee6399178a43d948b7b67eab0 1.47 MB 2,655 9
873,456 873,456 000000000000000000026d46c4abf8933fd0421074334ec1283e99be514d2153 1.86 MB 576 4
873,455 873,455 000000000000000000014297693565ae7bc4d6fe25a734d4c62a386665ce0a1a 1.84 MB 1,978 5
873,454 873,454 0000000000000000000004348e665c8b3c195b914cc65c604f94b7da259877eb 1.69 MB 3,112 6
873,453 873,453 00000000000000000001bbd56176bc5b467055fd8cb31da3fd8b28bd1484d5eb 1.49 MB 2,243 8
873,452 873,452 00000000000000000001edc0cbd229a94905f70b7e6f463de62b8afe89c64939 1.69 MB 2,062 7
873,451 873,451 000000000000000000015f574e83507c22b65d14399a5424cbfde2de4ecefe4e 1.57 MB 2,393 9
873,450 873,450 0000000000000000000136ff17454b57f06eb9c9ff6393faa9b1f1af45541824 1.75 MB 1,236 5
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.