Memory Pool Memory Pool Refreshing

6,851 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (868,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,259 40,259 0000000011baa91386fd35a6605a3e57558e322a58ea2d2f0e653e39c0794aae 0.00 MB 1 0
40,258 40,258 000000007665f09eaa5e42cc3cd634452bdf7f8a0fb0eff4cc3603dde89a2115 0.00 MB 1 0
40,257 40,257 00000000580e60d1cde234a9bc6c74a2e482f20e2e362e3f48e05b2964135bc2 0.00 MB 1 0
40,256 40,256 000000003ff10998b87dab4e0116cc9d012bad269e4a8ede64963b03e15c15a6 0.00 MB 1 0
40,255 40,255 000000001b956d066d80d65a5d9a50fcda15dbef1264c423d9ca59459621c94f 0.00 MB 1 0
40,254 40,254 00000000243d058d32e0a095b6e9651b8f2208a8a634f92a4b175f4997281c30 0.00 MB 1 0
40,253 40,253 0000000024e3381b1cf6593131855e140e0a798a67852f973ed8194724bec5cf 0.00 MB 1 0
40,252 40,252 000000003474e5eafc180285fa87b849729968c63da879b30d1a18ddbec0e596 0.00 MB 1 0
40,251 40,251 000000002ca7a0a6163590d5f693c7e6edeeac83946ba3300569621a222e83da 0.00 MB 1 0
40,250 40,250 0000000031307b4caf35b075af9e3ad1687b16bb56a683dc5f85482aa1b86410 0.00 MB 1 0
40,249 40,249 0000000036f42f9deb641e799ef1162944beaa6cbc8df0e41d8fb279fcffb21a 0.00 MB 1 0
40,248 40,248 000000007e219124e083bbbdfb16a7a88cd76caf16dad425f0a129c3e50c3fae 0.00 MB 1 0
40,247 40,247 0000000014b362f896fd46fc6e2e244791e6b0e7aa3936bea74b7883c7d0fbcd 0.00 MB 1 0
40,246 40,246 0000000024a6ad9b7548f2efcba656ce810eacaed224e9db11bfc8c948e0fb7f 0.00 MB 1 0
40,245 40,245 000000001f6201de9ebc9bf853210fed12df5eb3372c7259c142edf1fb6b725d 0.00 MB 1 0
40,244 40,244 0000000009c38c406358b966722c954afebbf1c577c0459bcf154b1b785300ac 0.00 MB 1 0
40,243 40,243 0000000083a2ccb9e82a98cf48693f5eee0395cdfb598fb995e301d4145da220 0.00 MB 1 0
40,242 40,242 000000001ca53eeb79e71b2b725c92247cf0901182f51cbe2dea2e01dff3cee3 0.00 MB 1 0
40,241 40,241 000000004744caab13b6065998619f66a003c30fed142cb6910e13b4550caa0d 0.00 MB 1 0
40,240 40,240 00000000217c1a517ee84022c607c6fa323635bd387f9f28acec85c2998f98ea 0.00 MB 1 0
40,239 40,239 0000000033c544b4797e3bda8066df7a8815c40fe77e34b469da7de625466c54 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.76 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.