Memory Pool Memory Pool Refreshing

4,131 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,691 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,783 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,690 (782,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,963 124,963 00000000000003cfd0e61d0fd0924696aabb0f375db9126774f731d99beafde5 0.03 MB 21 236
124,962 124,962 0000000000001cb02ad67adb1b2890d4b01fbdc32832e432240512a4b2f8156c 0.00 MB 12 519
124,961 124,961 00000000000034e7b77283ba0ece41ed8589de73cb8eb13a2624f83725433b63 0.00 MB 13 882
124,960 124,960 0000000000001c9482d6894cd585162d7316071c8d5d805bb47ec77d86b5dc80 0.00 MB 3 1,123
124,959 124,959 00000000000032ce72589fc95c454fd71f03739bc5784587e5f9ef23941f4fda 0.02 MB 32 430
124,958 124,958 00000000000033e2bdebe68d3b49979b5b0337b53b33afb5f232f7d30778c570 0.00 MB 15 610
124,957 124,957 00000000000067e1f5b3d34d5a9d362e09c149322a3314467a3a37e16eb97326 0.04 MB 81 84
124,956 124,956 000000000000432ea51f3c3b42cb9a0f7cddd577dbcaecae640c0fc537b6c90d 0.01 MB 34 3,161
124,955 124,955 0000000000001ab693d8f55d74f175ff862f2e1cdec393c51200886ffa0fcc74 0.00 MB 9 633
124,954 124,954 000000000000314dd8117878f7423ee5bef25a5eab4bd4b45a27601adc63d380 0.01 MB 24 659
124,953 124,953 00000000000055e82025e4f13f84541a53fab350b8c5d9b96f358d5202080844 0.01 MB 7 320
124,952 124,952 0000000000000f0f58e6af2686bd319b3cf83a6094c4717e0d19d48659e88d21 0.00 MB 3 2,142
124,951 124,951 000000000000268e48b96391d2a7f1e05ede73c1f0de3cd574bb96150f346c40 0.01 MB 27 285
124,950 124,950 000000000000375df172418074652302cecb6079369cb3c73d68d6b5779ef1b7 0.02 MB 29 978
124,949 124,949 000000000000168a8ebcda9beadd6acee95eeb0a94fdb6d8e05e3ce305e11a47 0.00 MB 1 0
124,948 124,948 0000000000003eccedc3029b9a3c3f6a52c73f5577af2af6e05b98c444715db8 0.00 MB 17 1,221
124,947 124,947 00000000000005d02d1827513c4e7e8294a81ff8552cd5b4cb51a51017e0b209 0.06 MB 250 3,684
124,946 124,946 000000000000500c6d4a4b9e0f9c6a3b79a111ed7b8dd0d02ac4b73c825eed4d 0.00 MB 18 1,273
124,945 124,945 000000000000321e778de02ee5b3467a130f44e1d5a8dfb020523bf9322f9818 0.02 MB 31 324
124,944 124,944 0000000000002e766705854de28894d13a81739a011a16285035cd8176b2bd1f 0.00 MB 9 2,946
124,943 124,943 0000000000004fff556d15c4ac112209a18d84128b96846a480b45b6b0b12742 0.00 MB 7 2,728
Previous 10 blocks ↓
Total Size: 768.97 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,615.50 GB sent, 92.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.