Memory Pool Memory Pool Refreshing

5,006 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,825 (482,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
425,014 425,014 000000000000000002c1632cbddbab9b537842a236eb860a80fad8204d1ba8be 0.00 MB 13 155
425,013 425,013 000000000000000002f547acbf6d43aca20f35386e315de5d692735f2d9298dc 0.74 MB 1,219 42
425,012 425,012 0000000000000000054a0d7dc5143122e043b168e1b238d8b5d2d94d6032ace4 0.13 MB 341 58
425,011 425,011 00000000000000000074660f138134caf5f6c5930425f50336e888c1a23a7289 0.73 MB 1,327 47
425,010 425,010 00000000000000000478e875d9ed587f7862ca39287dec01e12eb0e80975b51f 0.43 MB 863 49
425,009 425,009 0000000000000000012ff4c5c4e24ba3ea85eb80ef8f9f78f819ec1ae071ac5a 0.02 MB 47 56
425,008 425,008 00000000000000000040f3cb0d2dc2c6e86ceaa10b718b157919b28f594323d3 0.99 MB 925 22
425,007 425,007 000000000000000002d949c2874b53f2b4b83eb7a0b652abf10e4b25d0cf7f6b 0.89 MB 1,005 36
425,006 425,006 0000000000000000019fdfb8393dcda89d1665b824ea9e8d193e450863b2ad15 1.00 MB 2,338 47
425,005 425,005 000000000000000001617893b82a1abf71573c9412f4f07722f67309c3abc741 0.99 MB 2,611 97
425,004 425,004 000000000000000004ce0f8255e58d750c82837e9f6501322582994d1222c61a 0.30 MB 565 43
425,003 425,003 00000000000000000126adf836f56bc78ac70914961889f8aaa8fa3083812fbd 0.89 MB 2,081 58
425,002 425,002 00000000000000000536b3b5820d3e5809b9f6a296998a0d35df92164a46256b 0.34 MB 902 58
425,001 425,001 000000000000000004da9e5abd0b2450a9915c60e6bb1d25e68e446c4129818a 0.53 MB 1,308 66
425,000 425,000 00000000000000000142adfebcb9a0aa75f0c4980dd5c7dd17062bf7de77c16d 0.47 MB 1,046 62
424,999 424,999 000000000000000003ec388531f07441f8c3e88cadea421c5ccce7b9e68fc92f 0.98 MB 228 3
424,998 424,998 0000000000000000018f07e61ebae020e789aa3b0500ea45393f24a205256d8f 1.00 MB 443 12
424,997 424,997 000000000000000001828f8b1f9bb974b86c1d5a43b2643c39c081009d00384a 1.00 MB 286 13
424,996 424,996 0000000000000000011a573e855ee3c3e02d4490538c0ec7b2af315551ed147e 0.99 MB 1,904 57
424,995 424,995 0000000000000000031ae6d60169e74a991d487d7d42b41f7f86440753464021 0.19 MB 419 45
424,994 424,994 00000000000000000071ff79331fb6abcedee8434779a96a57fead716cd9b0e8 0.10 MB 289 52
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.