Memory Pool Memory Pool Refreshing

3,094 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (503,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,174 404,174 000000000000000002a2d52c141dc5008697b9676c85f945660268f9d74f01c7 0.26 MB 705 40
404,173 404,173 000000000000000006560787f0824bc5f3c116edff63b28b18859f2f93fc3078 0.43 MB 924 37
404,172 404,172 000000000000000003e770557f3160ee19b25673c63b4c9d4eb3e8b5f0aa3668 0.43 MB 731 40
404,171 404,171 0000000000000000006d058e4d93f9366d0f5affd331c8e2e740c5f585cd39b4 0.48 MB 744 32
404,170 404,170 0000000000000000004c1c10fe3243e9e612889407c6717cf277fe18f59f107f 1.00 MB 2,370 44
404,169 404,169 000000000000000001ef7cfcec377af174fc0bf552f4f669f6bb85ab98686af0 0.94 MB 1,939 38
404,168 404,168 000000000000000004770fe1450d952e3d356ce21878edb75df327af12f905e4 1.00 MB 2,661 43
404,167 404,167 000000000000000001519244e11355767909f6d9a9354379a3e62463e9915360 1.00 MB 529 8
404,166 404,166 00000000000000000242ee2f8401de70defa49db950d0574415898ca5895384c 0.32 MB 409 21
404,165 404,165 0000000000000000021b492fb80bbdfd6ef830f023c9abcef540de5f8deaffe1 0.03 MB 72 41
404,164 404,164 000000000000000002634735c20240904bc8e9849f18dc21e4f176d4ae838c40 0.36 MB 782 40
404,163 404,163 0000000000000000012fac64682b13446f7db99c2a4f3740035e15ffcc7f6151 0.77 MB 1,780 39
404,162 404,162 000000000000000004e524a884f40267044220524652685a6e99acdf0131bc74 0.99 MB 2,080 38
404,161 404,161 000000000000000003e1ffc6659f8af658c241d170c5cd9e111f47cac492ecd3 0.41 MB 738 36
404,160 404,160 000000000000000000d5e2dc6ef9e0f9341f9add3e6b097feac30ddb11e6d6db 0.07 MB 154 42
404,159 404,159 000000000000000005f139b465abdc612e671e9468b9f7489b532b220c2ba08e 0.96 MB 1,588 30
404,158 404,158 000000000000000003289916e4626eb92f1faa908007df6100202e4467c4ad52 0.23 MB 364 39
404,157 404,157 00000000000000000627c2eb03d34d129a4aaaf1846b001464cecff8f1237f72 0.40 MB 820 38
404,156 404,156 0000000000000000018aa6f2d73af661250e375e42ac9fb8cdc63617b618294b 1.00 MB 681 15
404,155 404,155 000000000000000003fe6854fd7c695e8c59e898e8812d55d115fe353a4815c1 0.24 MB 548 37
404,154 404,154 000000000000000001a9be765ad5bb419ca50d7109dcb590cd340a699588e5fc 0.90 MB 1,773 37
Previous 10 blocks ↓
Total Size: 769.28 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.43 GB sent, 94.29 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.