Memory Pool Memory Pool Refreshing

2,156 transactions
0.61 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
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,125 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (13,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,667 894,667 00000000000000000000086128684150eaeaa826bc9e10e4402d33a6fa19984d 3.96 MB 77 3
894,666 894,666 00000000000000000001040a788e55b34d05901f863eff32ce825124efe35880 1.62 MB 3,490 5
894,665 894,665 0000000000000000000105dd7d4e0dd84d1ca4cfac4fcabbe1d98fbc58349473 1.73 MB 2,026 3
894,664 894,664 0000000000000000000036cf893c5061f0662f520aaa2e69cb90c7f76286be2b 1.95 MB 2,252 1
894,663 894,663 00000000000000000001c9cabb90419bc0f211b50ad722c4eb8893248d67b0bf 1.93 MB 2,612 1
894,662 894,662 00000000000000000001b07a0132653a908db0722bb3a803940a0723c53295bd 1.39 MB 1,997 3
894,661 894,661 00000000000000000001acaf79b3bf79fb9d8cece24b6d441cb97a2568ccfa41 1.02 MB 241 2
894,660 894,660 00000000000000000000e25a9ab2732c357f5adb23b313d057c4b49907271bea 1.19 MB 1,092 2
894,659 894,659 0000000000000000000047aad735caf201f79fc719e3fc9f66b23e09b79abb1d 1.40 MB 3,146 3
894,658 894,658 00000000000000000001938d9b55afe74be4bdea88432240fa3088416d4c4862 1.62 MB 1,871 3
894,657 894,657 000000000000000000006ff3d89989d86ef494ff1d172b457b50d974bfd4004a 1.63 MB 3,588 5
894,656 894,656 00000000000000000002106a129955999d0a6312c4461b26939585dab3f9b42f 1.66 MB 3,417 4
894,655 894,655 00000000000000000001c8e76662a346d3a6a7afdf634bb31a5d4a194bd35219 1.54 MB 3,134 9
894,654 894,654 0000000000000000000173e3ebd5fd70180305c2d049a58789d6556e345cfc4f 1.57 MB 3,609 7
894,653 894,653 000000000000000000015179bcffeb312bf7d5e13198de37a8172f884117c764 1.52 MB 3,948 7
894,652 894,652 0000000000000000000204a4088dda848e018d55c0c62fab7aa931365dcb5a88 1.91 MB 2,951 2
894,651 894,651 000000000000000000009a71e8982c12eeb4ef379b7ebb381790408fb6c5ff52 1.98 MB 2,395 2
894,650 894,650 0000000000000000000058d3cba2624b9c202c3e1189fafc718fdc08c7ea7985 1.57 MB 1,487 2
894,649 894,649 000000000000000000024417b93a740002b077a62b4128fed7cee4379c5885e3 1.62 MB 3,596 5
894,648 894,648 000000000000000000007a36645a81070a7081419cc1bd9b5cd5c78c2255b754 1.03 MB 119 2
894,647 894,647 0000000000000000000065df13aa828f6b4bf3286410be8f99ee1ad47f02757c 1.34 MB 2,408 3
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.