Memory Pool Memory Pool Refreshing

1,421 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,998 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,396 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (785,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,201 122,201 00000000000030245eb7917b67c95574a36bd6df31c895431737400ec41ac0ef 0.01 MB 19 516
122,200 122,200 000000000000549858509265725ef7df06d3093ba205243ddcf94d2b1c50461e 0.01 MB 7 142
122,199 122,199 000000000000393a24730850e37f76e7d2d3dfce273062c16b127012708e4073 0.01 MB 23 168
122,198 122,198 0000000000004a3768ccd8579f3673f5535bfa161c9121aa1fd6186b3f909e58 0.02 MB 16 181
122,197 122,197 000000000000809082fd54a6330a8d5d2e48979d09a7d31b694882297fa6eb90 0.01 MB 18 1,374
122,196 122,196 0000000000004bc2c95cce9159d197f63f1eddc77e1e5fae160e154af3ea9967 0.00 MB 10 317
122,195 122,195 00000000000006a9473665224b751b2b4b0ce779ef0cacc924af333b47a88c96 0.00 MB 11 309
122,194 122,194 00000000000006f5f1a702371f2e130db2ed0bab442a4fdf0974644d4466621c 0.00 MB 9 294
122,193 122,193 0000000000008194243c38802dc421c6ee8093a87d6d415b2a5abe234785f28b 0.02 MB 15 897
122,192 122,192 00000000000068ce333d7f113d4b10dddaa28b352d5180c68bb60ae14db6e6eb 0.00 MB 12 0
122,191 122,191 00000000000045204d78670760e74a232f471e0723853970bc9da59cf2027059 0.01 MB 25 1,418
122,190 122,190 00000000000046ecc2aa0468c851fdfe3d6ee912e2e9b750852b4ab63219b497 0.01 MB 5 1,547
122,189 122,189 00000000000043d7ff24f98a6aad60534a8e73b6ba5cf74337719164520167b0 0.00 MB 12 573
122,188 122,188 00000000000083978279d165d7d1bb7a24d57bda782fe7d3b9bd49cbcca30227 0.01 MB 29 541
122,187 122,187 0000000000005dea64de21ef44d4ead520b96fe80325b4428d8b2a0cce9680f0 0.00 MB 10 324
122,186 122,186 0000000000008432ee4248cb5b88a5a3c674edb8d834cb28878744e2d1c0d7a1 0.00 MB 11 871
122,185 122,185 000000000000069a84a98bb68f57de634bff07eb5774323da42ed8c8df06475e 0.00 MB 12 335
122,184 122,184 000000000000176c68877b26176beaff7a5318abc306d990bea8a0550a03bdc0 0.00 MB 10 0
122,183 122,183 0000000000003d7ea7bffdc0e764f1954b6bfabbbcdab4f5ccd4d652fac46502 0.00 MB 10 0
122,182 122,182 000000000000891ad4b5f1cd90f6da411003a8e79c4fa61bccb966079e47e220 0.00 MB 10 0
122,181 122,181 0000000000008b0419673a786dde6edffd94dea2da1631639289bd2a2a4f5d1d 0.01 MB 14 290
Previous 10 blocks ↓
Total Size: 769.54 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,648.33 GB sent, 95.64 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.