Memory Pool Memory Pool Refreshing

4,627 transactions
1.71 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,072 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (737,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,563 170,563 00000000000001f91470c68505fada150165b5a52741a73c0a873f1368e65607 0.05 MB 101 241
170,562 170,562 0000000000000ad2d656de37ae7823d956ceb638e98a42e4215d054e18007df8 0.07 MB 67 264
170,561 170,561 000000000000050892eb5532f8476944669f33604f4ee6d881b388a3c35d0e95 0.00 MB 9 17
170,560 170,560 00000000000000747594a00c0f370af2c388dd7f3d67ea58fd216c857a8318f8 0.01 MB 15 32
170,559 170,559 00000000000000f743d0fc251a6bed4501a79b89c1422aff77e91639f28df90e 0.01 MB 13 401
170,558 170,558 0000000000000a3db5206b0e9548c2f09f26f71812be3e880088b3794ab49543 0.00 MB 1 0
170,557 170,557 00000000000003732e00a9951737d8698571f03f4323f2f072c6525770d1c5ef 0.00 MB 15 81
170,556 170,556 0000000000000836434c4eec8ef3da97e198c0ed80b0fe2e28ff61973b7f3808 0.00 MB 10 0
170,555 170,555 000000000000091c24a75cfa50dbdeef478abf709cd3578242beee5a68a3b551 0.01 MB 20 48
170,554 170,554 0000000000000915c52ed60f7de30ec1f3f261be4d7eb2ea78462dfe2384aca2 0.02 MB 58 140
170,553 170,553 000000000000069dd27453b57e354b79fc3def77dc82319debc1bab9d30cdcf3 0.03 MB 103 43
170,552 170,552 000000000000079a3086ada35d0b8ff7853e6fbe60ada6f20c5ee5cc650275d8 0.02 MB 29 151
170,551 170,551 0000000000000418246bdc0b7f4f007bdcd15d4127b31619c123f2bdf9e80fb7 0.02 MB 47 38
170,550 170,550 00000000000005f637018e254eb35778bea0c92fd2dc40cb0e210ecc704926b3 0.00 MB 1 0
170,549 170,549 000000000000099b01a5fc03935303229e1d402c6a591980ecb6d249ea87c193 0.00 MB 1 0
170,548 170,548 0000000000000a6b74b8ab6a778e4ea17dab421df9a516c549bc11051329cdde 0.04 MB 54 84
170,547 170,547 00000000000009d4cfc2fe38c2d6433139b0b9208104c0725319bb11e54e6e4a 0.01 MB 25 5
170,546 170,546 00000000000008b330221d51b5b386cd50bc564e9bd3f0644e41a24b971734bc 0.00 MB 15 252
170,545 170,545 0000000000000aa2b2409a24087ef59e45e9c911f79053bbaf1d80f9ebd58ded 0.00 MB 8 114
170,544 170,544 00000000000008808b35b22acab220766082566be0dbbb1a86407eeeb39379f7 0.03 MB 111 44
170,543 170,543 00000000000002f609bf47659f083e04b964092ad876877d5d7305dc9cdc4c4c 0.00 MB 11 133
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.