Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,122 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,691 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (827,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,009 81,009 00000000003bb6ca1c3f78a09853d9444f2a78ea90d79f5323d5398388359d4d 0.00 MB 3 0
81,008 81,008 00000000001104f8028db43e6ca855c978b2ebee7b9bdc3deb40ab6c68c8ee31 0.00 MB 1 0
81,007 81,007 00000000002206c4bdc047d2d779ab5a11d62253cd235b69799ec40d14c8875e 0.00 MB 1 0
81,006 81,006 00000000004338a8bc53a202feab775424c6e2ae3c002745401421bf33103bd6 0.00 MB 2 0
81,005 81,005 000000000010e9d84db5d01e1cd2c9f8e1d9c9f917b4a1526391bbcf37534cad 0.00 MB 7 0
81,004 81,004 00000000001f63b542efadc640334f25493affed75130a86ef577df664c47917 0.00 MB 1 0
81,003 81,003 000000000028bf5e8790ebfe658dc41e21210c0ed82b09f01df4b782e8545e3f 0.00 MB 4 0
81,002 81,002 00000000002467fe860130cdf6d9d03b32aa263cece6b483236d8749b691fb4d 0.00 MB 4 0
81,001 81,001 000000000024a8e74920194cf01de89766fa64ed18f87e2dbb214bb5e0b391c4 0.00 MB 6 0
81,000 81,000 000000000030c11525e18d5083000ca58a6b1625ce54b48edf16b9b6dbd8f043 0.00 MB 2 0
80,999 80,999 0000000000082b8df0ce6190081d87d1e1a760526428bc21f92d8fb2e32718e0 0.01 MB 18 0
80,998 80,998 0000000000102de9f5a63ac55bf3913f222d20f286f421ce79d52639c8f0051e 0.00 MB 4 0
80,997 80,997 000000000013a9291c24f9b5d79ab42c8a66e791cbd8aad9390185a65210071f 0.00 MB 3 0
80,996 80,996 00000000001b3f33917a079f8453aa7ee299ecf86220e9e0b37831770ce5687a 0.00 MB 1 0
80,995 80,995 0000000000242fc65a69b85e1a98691a5b72cc386d497333d6276b985e55c603 0.01 MB 4 0
80,994 80,994 00000000001893fcfef5609b586cc34a4ec9cfa89c1c5722a7c2bbed709d4d80 0.00 MB 14 0
80,993 80,993 00000000002b21242534db3923cb67af704bd3b72b8ea2a0bd70582e5dfc41e3 0.00 MB 5 0
80,992 80,992 00000000002643cd229b2bef0959b03e24ef6d2231d1b9bcdb76a558469c5bac 0.00 MB 6 0
80,991 80,991 00000000000835a0a98fc4acc65eec056fbee6c9ddb09ca199d02b94a1f31776 0.00 MB 1 0
80,990 80,990 000000000044deae4817ae3889860832590f75809ea614d2975dc235d3993fd5 0.00 MB 2 0
80,989 80,989 0000000000207b57f97669ef4fe0c63526228aa9b8cbf8bccdf07225ec301407 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.77 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,679.79 GB sent, 96.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.