Memory Pool Memory Pool Refreshing

2,797 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (169,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,233 738,233 00000000000000000001aada7aedebc6576ec2d285e9bf713cef4b2efdfc3e9d 1.40 MB 576 8
738,232 738,232 0000000000000000000281b0ba823cc93473ed52fb8cd48cbf151ffc19909296 0.09 MB 102 13
738,231 738,231 000000000000000000071666278fdfbd9d12e612e5a9ae28f965b2fdae2c83b6 0.40 MB 576 11
738,230 738,230 00000000000000000003cfa9098cfcfec3a93c444510df21930dfd54c7b88043 0.96 MB 1,679 11
738,229 738,229 00000000000000000004b4c0a093cd7fa42187bf96d2e10a39e0ac7c0bcaff06 1.24 MB 2,049 11
738,228 738,228 0000000000000000000704d29fe56b37820efda16ce1241dc1ddc816e937d0b0 0.36 MB 547 18
738,227 738,227 00000000000000000000d695737a0b2100e603120652ae946b9fe337ed71193e 0.59 MB 630 8
738,226 738,226 00000000000000000008cc31ff510a63b1f1502ee5c61ffb687b4e7bc12dd775 0.94 MB 1,332 10
738,225 738,225 000000000000000000011de82e6d8dc2edac1201eea1d16a6715892ca033a9a8 1.51 MB 1,711 12
738,224 738,224 000000000000000000028f7d940665d1f75d20736e450d86659053f56651a772 1.13 MB 1,710 11
738,223 738,223 000000000000000000061cb4479d44d97707e5be9ab50475ca7ba1bf0078be08 0.42 MB 518 11
738,222 738,222 00000000000000000006236567cbbb4240d19ee28c1a8ddcbac3a288d8a914d7 0.07 MB 19 4
738,221 738,221 0000000000000000000828cd518b926f483e4194d9c023521c672f725c07552a 0.48 MB 655 11
738,220 738,220 00000000000000000001836c97249653459e2428fc17644c314b7f8f5d37595e 1.28 MB 1,196 3
738,219 738,219 00000000000000000006a6509600610f65d84943eb1fa7700282cc841152afc7 1.39 MB 1,657 16
738,218 738,218 00000000000000000005a3fb42526a54b262185cd78d1a391e313ad069c5a15f 1.30 MB 1,594 21
738,217 738,217 000000000000000000055ae46c395950ae634cfd0013fda9f4aecb8dddc2fd60 0.74 MB 924 9
738,216 738,216 00000000000000000000ae615ef08af06097578c8f1e4972677cf3dff3072926 0.42 MB 344 15
738,215 738,215 000000000000000000077efd8b0a4d3bd6f8ca8b5100b01dc8f501727f6bb9ce 0.17 MB 255 7
738,214 738,214 000000000000000000002e667a976ba91942bf783ba68c05c7af505eb8dd261e 1.42 MB 1,426 7
738,213 738,213 0000000000000000000586923b656b9d2132a0143f3490bc535b055699421239 0.18 MB 493 12
Previous 10 blocks ↓
Total Size: 769.14 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,632.05 GB sent, 93.60 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.