Memory Pool Memory Pool Refreshing

4,972 transactions (1.28 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,666 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (882,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,532 26,532 0000000051fe0aea8a1f104aaf0fe5fce53fe72579f2cd8d8157bb6242ab0d4d 0.00 MB 1 0
26,531 26,531 000000001cdb83589838dc9a6def7d867bd99a2418392c6f62a218c0111883e4 0.00 MB 1 0
26,530 26,530 0000000029871dfd689722e42e52cbed5c5d3f1536df7fb75f54c3190f6d1bed 0.00 MB 1 0
26,529 26,529 00000000e9dd551914f08e77ef287738cb142b7ee83a30cdcb07b39eff1361cf 0.00 MB 1 0
26,528 26,528 000000004c945236c7eb747615f7a01fba948432df814eaba57adecbfae88289 0.00 MB 1 0
26,527 26,527 000000005d467087a7e33c9533d681acbc5bd68e52903bd77a1dbb06e118e9a0 0.00 MB 1 0
26,526 26,526 0000000059e6ed633445c131bfee72a854f7aaf7c6d264913fa7ba9753590754 0.00 MB 1 0
26,525 26,525 00000000e66b05c9c199db66a4a3ff925f57c03694312a7585bc7447ce4c4745 0.00 MB 1 0
26,524 26,524 00000000792fe235276bd04c0d622aa2ee03dd3fbec54e3c9219c554577fbb28 0.00 MB 1 0
26,523 26,523 00000000f00827022c8b65e48d31df17479df519be37d3f5a7f66fc119b17616 0.00 MB 1 0
26,522 26,522 000000002cfb7bdf21027c48eeea28dfb78fc77a5d0c3015fff268d95ca7c3f0 0.00 MB 1 0
26,521 26,521 00000000f004dae2a16ac7bcc08fd90f6c8743df3e8993601968b0b403dc162e 0.00 MB 1 0
26,520 26,520 00000000ff432b23526727e37a9929be96d808b1eee028fafb899e2a8d86ed2d 0.00 MB 1 0
26,519 26,519 00000000db610a056fc14468db5511f36a63aaa8453851d996b4cf1c1e178778 0.00 MB 1 0
26,518 26,518 00000000cff2f1bc1d8bce2af230c7d2f7e86501f40c10b6c86eaf98135aee47 0.00 MB 1 0
26,517 26,517 00000000cfbdf58f36165c7c84e639b56607335d851548ccdae61a2a63f25cba 0.00 MB 1 0
26,516 26,516 000000004abce48633b493302d743259b567124d8b8c2fa9c76797548cf899d0 0.00 MB 1 0
26,515 26,515 000000009c04ca2145690be4c3173c8988d20dd4dc827a4d866cfb52caf637bd 0.00 MB 1 0
26,514 26,514 000000006d48e3ca2ddd6be2710d2494d6133de9c3f31afacf80a2e027645755 0.00 MB 1 0
26,513 26,513 00000000ac3af5df96e5fc51287e4e7b32154f3a09abbc5a1176b65d9e5b7eef 0.00 MB 1 0
26,512 26,512 0000000037c0fdc113c35e6ad015d1953a4fc3ce67c5c54fbd758fd85fa863b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.96 GB sent, 106.21 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.