Memory Pool Memory Pool Refreshing

6,663 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,852 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (778,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,472 129,472 0000000000000ebe122c4bec0106870de081e3c4c821ebaa9641632de25f239b 0.00 MB 10 633
129,471 129,471 0000000000001c60e39bc79e7bf8aaf0933508da569b5a944b2510f26d3a77ed 0.01 MB 24 910
129,470 129,470 0000000000000ef9f2b8eb96abf19383b240b5d6955b559e2f0ccdf6b83de3cb 0.00 MB 14 0
129,469 129,469 00000000000010b4ff4e20249eb458f067e7a3ca4843094b80021b353554c3a3 0.04 MB 26 1,538
129,468 129,468 00000000000001d1cfe009d5b873e03154eb3f62e487e58c7b5a4bd144fea149 0.03 MB 38 481
129,467 129,467 0000000000000643d7b535b5212312fbd4b4812d7ec8bd8853de10db10918f89 0.01 MB 8 813
129,466 129,466 0000000000001006bab39329671bc1fc14db96996a215fec2e800cc132ef443e 0.09 MB 83 1,121
129,465 129,465 00000000000011990e2eb8f21c89c506b1874d285f4bc69b624858e6edd4f77f 0.02 MB 44 1,106
129,464 129,464 00000000000014be352e79c761d971c6da75ffbd12b964779cdcc63925419162 0.03 MB 11 1,046
129,463 129,463 000000000000141eb3c091549eda7646e2630fb7a0557cd729f753f62ca27c5e 0.01 MB 35 105
129,462 129,462 00000000000000a0b18d945c7f9fc69f3147261956c516f239e82cdf92ce2280 0.02 MB 31 1,187
129,461 129,461 00000000000013e15300ea0e87e54ee7d7a59556dd79dc7e9b7959ade19d9396 0.06 MB 164 1,449
129,460 129,460 00000000000008eac09a99af341652125ea8cfaa703bdfbc28ff82c6832cc9ef 0.06 MB 89 1,352
129,459 129,459 0000000000000c93c0b1e9f1839df67de222f7cccd0126611851f227ce5ef946 0.05 MB 90 495
129,458 129,458 00000000000011ae617cb24b88eed266ae588c1ca6bbbca8d4ab9ad44686bb9c 0.04 MB 93 1,144
129,457 129,457 00000000000008d1793b59bf817667e30b0e247ad8439046a0907426121d11e7 0.01 MB 26 749
129,456 129,456 000000000000116f887dadd055371578c6def4d8ae730cfcad84862dd6c35a5a 0.10 MB 173 20
129,455 129,455 00000000000001c401821653b2c84dc21fc38f64bd2c23272388bf8a5d84fd2d 0.03 MB 93 2,182
129,454 129,454 000000000000075e2826632747a67328069c8b0898e2a2dc07881157a335a2bb 0.00 MB 12 823
129,453 129,453 0000000000001beb5fd6379743edd4bf291f79f10d34e6bb8e8d79e66d4bd91d 0.01 MB 32 886
129,452 129,452 00000000000016b06869937d0670544ffe1c7605ac12ffbd6b232950451f590d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.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.