Memory Pool Memory Pool Refreshing

3,712 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (400,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
507,466 507,466 0000000000000000005e7693d8d0c8e7cc48f6b203bfead1dd442dadb2e8b8e7 1.09 MB 2,055 153
507,465 507,465 0000000000000000003f9834f6a0aa84c3839a3436fb80b28ae92eebf3531d2a 1.08 MB 721 36
507,464 507,464 0000000000000000001f6eb1af891bedc2e8a281c2873cdfe3ffd68b154505c7 1.09 MB 1,547 95
507,463 507,463 0000000000000000001ab00742861a15024501f9a4687d09395d3cebe4d30c92 1.08 MB 816 46
507,462 507,462 0000000000000000005eaf66db0b8a018ed67d98f36524eff8951573491a08c2 1.07 MB 65 2
507,461 507,461 000000000000000000016c48cd172e7cc6e057bee149d7226d72cba66657747e 1.10 MB 1,454 104
507,460 507,460 000000000000000000219e68e8ac39ecde0a3417c4ea00e341dd2a8d52a34709 1.07 MB 594 29
507,459 507,459 0000000000000000005eadbd6c4d970f16d98815f31e00e16d6d6a51294d9f4a 1.10 MB 1,986 130
507,458 507,458 000000000000000000246b77adaa423c3eea10919a9314cde0aeba41d38e3c73 0.08 MB 279 158
507,457 507,457 0000000000000000006476cbb5a21f929bd22b93fd7a2ea735f3554932d2e146 0.24 MB 481 137
507,456 507,456 00000000000000000068dbdc58706ff5c6a8d7e8fd28f9c4e668f8f84ab685bb 0.78 MB 1,381 112
507,455 507,455 0000000000000000002ff5777ba7c251bb0bf1ec12d88b74dc3e7bd5a89196a5 1.10 MB 609 40
507,454 507,454 000000000000000000483f081f5ed0c94653902e635e2ea87e3d6a5a4b0a4036 1.56 MB 94 4
507,453 507,453 00000000000000000018eeb169c2514fd6db88a9a9b62a1d9dbebf9da033de38 1.25 MB 1,480 96
507,452 507,452 0000000000000000001e680336ec3ae0aa0f8c1619f749977fd1c514d3f6d8a6 1.36 MB 996 66
507,451 507,451 0000000000000000006199872c918618d86f5d885604ebd66256dc580dea3f75 0.61 MB 1,017 145
507,450 507,450 00000000000000000026bcfdb9750b6953dbc33323c68c8d78cbe98c7dc7ecc2 1.02 MB 663 50
507,449 507,449 00000000000000000008a69a6175be7299a549b0f56e0fc56374d9293b6feca1 1.09 MB 1,437 52
507,448 507,448 00000000000000000015dc4402a13ccf575c8c1d3d4e300dd7c251a9a256bb8c 1.08 MB 2,278 72
507,447 507,447 0000000000000000001dcf208fea1beb31e8ce0422ad2e561eb372316b1f6804 1.13 MB 705 56
507,446 507,446 000000000000000000171f1beb304ddfe191f9051e447feb952a3f6698338fb4 1.07 MB 2,197 195
Previous 10 blocks ↓
Total Size: 769.20 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.13 GB sent, 93.96 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.