Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,887 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (11,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,233 896,233 00000000000000000001864d67b36e69dc9d35c6b2396e8a3fe2e5f988a312c3 1.94 MB 1,311 1
896,232 896,232 00000000000000000000311ac27db4e1ce7f57471375d61640a86b835bf2bb04 3.77 MB 296 1
896,231 896,231 00000000000000000001b1451309c04b209b563f4e676721c0e59e300e6b4761 3.12 MB 935 1
896,230 896,230 000000000000000000008dbbd33bb48724f68d0de6d58280fc0ec4527b21620d 1.84 MB 883 1
896,229 896,229 00000000000000000000406b7481105c7a8433cf3d2c42bc7a056a45c37e43a1 1.71 MB 3,159 4
896,228 896,228 000000000000000000018f0b16bfee3a60ed1030718cf400cfb4111432b35206 1.75 MB 2,117 3
896,227 896,227 00000000000000000001a796447dc10b9d1bb60b2717641a4915586333426160 1.53 MB 2,862 3
896,226 896,226 0000000000000000000195f16ef8075b867b38bacd5509c593e636c58a18866e 2.49 MB 562 1
896,225 896,225 0000000000000000000124c736cbd9757a2ed85472cfaf9d49bd793b6507ee22 2.10 MB 756 1
896,224 896,224 00000000000000000000073f6ec0348b5cbd46535c59419a3f813c292b37d64f 1.99 MB 1,138 1
896,223 896,223 00000000000000000001d69a6b063bff8a34d9e710a92895ce0e25e7ffd887a3 1.90 MB 1,939 2
896,222 896,222 0000000000000000000196233a10395e8b3ee9cfadeb4c9e89f03f685ca96e57 1.59 MB 3,737 4
896,221 896,221 0000000000000000000154776059f5856bbdb067a9b6c316b221d77044efd408 1.70 MB 1,242 2
896,220 896,220 00000000000000000000f0fe5adb5b2de8f1939a9da8e5766445188f31414140 1.62 MB 2,257 2
896,219 896,219 00000000000000000000fe3b390ca169b775af6a50e7f60c9ef8b30dfa8b2fab 1.85 MB 523 1
896,218 896,218 00000000000000000001cd4f9f0a55daaee22f9fafd80a288ec85fdf816df50d 1.63 MB 3,622 3
896,217 896,217 000000000000000000013068ca7b351acb5f57cddb697d5441284ca741da3dbe 1.65 MB 3,368 5
896,216 896,216 00000000000000000000f5a5eb698858913dcf7f7ac8cea6ab9bc99e47c4a285 2.41 MB 698 1
896,215 896,215 00000000000000000000e02f6497dd55d64144451ff37dc86b70497a536c4faf 2.08 MB 307 1
896,214 896,214 00000000000000000000d60abcafc01230448a8db077d56218968548c654de08 1.84 MB 1,850 2
896,213 896,213 00000000000000000000e52fbe3c00b01f937fce0205ec862cf6a56309f0784f 2.04 MB 451 1
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.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.