Memory Pool Memory Pool Refreshing

1,999 transactions
22.03 vMB
Show Random Selection Loading Transactions
Max Size: 89/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,307 (906,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,715 1,715 00000000585c2dedfe6577f81976e567c2127519870123384037f03e3858b56b 0.00 MB 1 0
1,714 1,714 000000009eab2fcd75f4c85926a13257457d8ff1196e581bcb21fc1a6cb5423e 0.00 MB 1 0
1,713 1,713 00000000b8f093d02dbc1d0d1a85839cf6251cdd75e4f6717b6e6cf3c27fafb0 0.00 MB 1 0
1,712 1,712 00000000a3839a56950197028f59ecc0d1826ffe71b269ad92c0e083edfc26af 0.00 MB 1 0
1,711 1,711 0000000041107cb95f9978f2a7404d2a39f383058f3bab641e59a4952af51396 0.00 MB 1 0
1,710 1,710 0000000028f54de8c6677b1eaf8241804e6d9a6e89fcf326049c8c3bb3495a64 0.00 MB 1 0
1,709 1,709 0000000016532fc35ddfa019d8c1843f9de6a396c81d29f5186f2e5540e0bee5 0.00 MB 1 0
1,708 1,708 00000000aa73dd78c5969494dec670aa8ec157824d76020561677e9aeb7f5c09 0.00 MB 1 0
1,707 1,707 00000000df67a210f1360326b96370b21e2a7cab85d21c006ed78e8b8f8be6f6 0.00 MB 1 0
1,706 1,706 00000000e666a9f293a5c6b2431d05e104efbde6136e803fe565b70b47a34b78 0.00 MB 1 0
1,705 1,705 0000000022a790ef1c9e3b77e3f65735f2eb631e7b35279ddea1b943cd2ba3bc 0.00 MB 1 0
1,704 1,704 00000000320e33f0755026d6eb0df394e8721c937b4528c8abcb49723026a794 0.00 MB 1 0
1,703 1,703 00000000a0b59cdb690a435633a8e533383e3de78b2d7605ec8eed2ece9b64e4 0.00 MB 1 0
1,702 1,702 000000007dd71ae3fff47a7c60552dfd33b33250882f0d5d1751d7695681ba40 0.00 MB 1 0
1,701 1,701 0000000039c9ee6476f7ff947201bcab7167916dba9754fb5b446bab0cf8ef28 0.00 MB 1 0
1,700 1,700 000000009bf03aa138b1bb31491261221f8d4562941c1022a798acda7e3158d4 0.00 MB 1 0
1,699 1,699 000000003adc7620b189e487d65c8d1144f9801cf78bffc2ffaee3b7b2717d68 0.00 MB 1 0
1,698 1,698 00000000601efcb04a6bc1b3c8a717ef193ab6307823b04818ea5302909c5e1a 0.00 MB 1 0
1,697 1,697 00000000c0a1b54e1db9b30863ebb8f2c5eb529539e4db1d012862fa06fda081 0.00 MB 1 0
1,696 1,696 0000000089e879d9772af27fe8ceee2c54c2ff8df5e9247a7a1cf21bdf009a69 0.00 MB 1 0
1,695 1,695 00000000dd4469f0ce7cdd35cbaeab1cc6db413ad690bbba24ed1effe2530312 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.91 GB sent, 98.55 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.