Memory Pool Memory Pool Refreshing

4,718 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (778,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,532 129,532 0000000000001294e3d799f9c08cdc32b444e6f864ce2ac3d523b50cc48ffb0e 0.00 MB 1 0
129,531 129,531 0000000000001395298fa24f1c282184507b7d08481427d50721b177d5c362a0 0.02 MB 29 368
129,530 129,530 00000000000001c477a5de65ccd39b8ec3ad891ba4b161fa34f435526a6bc55b 0.03 MB 72 811
129,529 129,529 0000000000001b3bf0063e16a0e6b77e510dfda58a153420700667eec432c362 0.02 MB 81 507
129,528 129,528 0000000000001d1745612c4fa3662b6565a302daa5a8d3a409d5d19024d24029 0.01 MB 18 2,586
129,527 129,527 00000000000012ab078fd98a8b636f0b4609481e025b4bb404de386a3d6f6274 0.05 MB 152 1,373
129,526 129,526 0000000000000db05129d573f58b605d06c935f50a6b2377839a352df4f792b7 0.00 MB 13 677
129,525 129,525 000000000000135fdaed51e876e52588d5231ffdfeae802f12e03f7434ac8fc5 0.05 MB 139 602
129,524 129,524 00000000000011d1e29665517863e789c3cfe03456e4d9abaf9906961d9c9d68 0.00 MB 14 0
129,523 129,523 00000000000013b496b5c6f4b731acd2845fed9beb32cad26e35a7b71efe3ee1 0.03 MB 33 608
129,522 129,522 0000000000000614ef235823196525f4f1d13803fccab9cc1f8f8c87ee6479f8 0.01 MB 19 1,901
129,521 129,521 0000000000001b6ef98ac2ade104b1acfffa92e0ca0e40bd23c4a3b9fba473cf 0.01 MB 36 1,425
129,520 129,520 00000000000005a1f389c246bdea1a3ccb4e7cf8806a6f3fdc86e73de04007b8 0.00 MB 11 856
129,519 129,519 00000000000006c8da4e053e831c848c865cfe66a8552c3e85cc3f05c9c2b127 0.02 MB 52 801
129,518 129,518 000000000000070931ee5dac7d1c6f08d99afb8cdc82caf5b44f24dbec2824ab 0.01 MB 9 1,317
129,517 129,517 0000000000001a18fb92732eebd100f5abfbfc8b9cd4ea1da8758c83de757ab8 0.02 MB 63 657
129,516 129,516 00000000000006aa9e541095543e3c0fe8f9a927c462f58c9702612764bc6ce7 0.03 MB 56 832
129,515 129,515 0000000000001057e6444acfefb8d015006c1e5b9fad3eb7fc03dc6c549e1ff9 0.00 MB 11 1,530
129,514 129,514 0000000000000e15999ce208c1b60a02c17b4784063517da4cac46e24c9f6675 0.01 MB 23 926
129,513 129,513 00000000000010964c19a87c7c3f3948d59f7470393dfb08756f9efbed8fc60e 0.01 MB 6 741
129,512 129,512 00000000000011110dd201ad0d4de077aadc26046a8544ee38241dc592274816 0.01 MB 11 477
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.