Memory Pool Memory Pool Refreshing

806 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 784 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (638,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,642 269,642 0000000000000006b3b37a0fb86bc9326eac1e70e9b6605d5f4acb5fc922e8f0 0.25 MB 521 150
269,641 269,641 00000000000000006a1bed582805270aa6f26d7b07c79f93609a15a17ee1247e 0.02 MB 55 115
269,640 269,640 00000000000000077c3d715a5536bf58de70a5eb20477239aae95f4eed400a5a 0.13 MB 309 74
269,639 269,639 0000000000000007b505aab8df567620322e47f6006808b05fca7426a930be76 0.07 MB 182 94
269,638 269,638 0000000000000002432df6fb09bbbb3357e69f2f8dc2c53e6370e30d378c4617 0.18 MB 373 66
269,637 269,637 0000000000000006b9dbc777db52c3330ed27b4b564efeafab140a90f4677c13 0.19 MB 360 76
269,636 269,636 00000000000000013d4f05bbde3fed22585177218bcb462a5bf2cf5f71a19a2c 0.14 MB 304 76
269,635 269,635 0000000000000004f1e0fd7f4995b3f71130ed027952f4b8469286598dde2998 0.10 MB 180 6
269,634 269,634 000000000000000837d7051aac01f0e290d70c00435121b19d967619820a13e2 0.08 MB 46 48
269,633 269,633 0000000000000005154fd97adb232d6fbabbf25f64fb44dac60d2d3da3c4b4a3 0.28 MB 570 77
269,632 269,632 0000000000000003214243a1a0ba2936be8124b5570416850e88b2e0ae4c155a 0.25 MB 598 82
269,631 269,631 0000000000000004fcd45a0adf1d8712db76ef915bd715170aa4e0e12cf93400 0.20 MB 342 32
269,630 269,630 00000000000000048e4761367acff7b928961e6c5d8e8e9d35ada2f136264351 0.25 MB 686 111
269,629 269,629 0000000000000002c8d47efe7f3d774b9eb50f0931af541c4576f4b0ae3cac32 0.19 MB 449 61
269,628 269,628 00000000000000016259ad6760cd01ecde591ebfd884f63bd7a52a2848ee666e 0.50 MB 1,053 68
269,627 269,627 000000000000000330d9e02610ddf79afcf49dd46331d1e6bf1d220c5775df71 0.04 MB 64 78
269,626 269,626 0000000000000007480d6649bb6902c9b2825668bdc8df01c0cf22d585a4ada8 0.09 MB 189 61
269,625 269,625 0000000000000003415ae8894e793d71a3284e16abb86fe39a690ba2eb2f1e76 0.21 MB 407 98
269,624 269,624 0000000000000002e5079fa0df30c47e09ea8f0f10ccc69b59f1614cb3bcf707 0.03 MB 63 58
269,623 269,623 00000000000000045d40395a0bb485393c768ffe7dc9932c2d00219b72de0975 0.13 MB 293 32
269,622 269,622 000000000000000655ee5995b1383850dae187f247c14a9123e88a3ef2f50b58 0.44 MB 577 25
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.