Memory Pool Memory Pool Refreshing

2,834 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (618,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,256 289,256 00000000000000007ee6714a0e51cd35768b2c8f23be29930bcb6e0685f45bd3 0.35 MB 813 43
289,255 289,255 000000000000000026b47f6aa54ddd3053cabdc901b248f00da2f8388221f969 0.10 MB 221 35
289,254 289,254 0000000000000001150b884ce0e4a16983ecda94ae6acf4353819dd5c35e7632 0.14 MB 226 26
289,253 289,253 00000000000000008f7bb5363b7537e4b5160f3592a4559c8cf6faf712ee0c2e 0.35 MB 243 18
289,252 289,252 00000000000000001454e3c352ff6e95ec95fdeb23fdf1627fbb979afd6795c3 0.50 MB 625 27
289,251 289,251 0000000000000000018dec2efa6c5a342b210e4899a521da823802c641ad82d4 0.25 MB 542 34
289,250 289,250 0000000000000000a4d38630cf2d13669770f7a0f3ddbec4c4dc4fe99f42a313 0.90 MB 2,229 52
289,249 289,249 0000000000000000da437464a222975048f94ef63946daad98c0ae0f0f18349c 0.01 MB 20 37
289,248 289,248 0000000000000000563b7392be22964bedfe85308994355801c460d3e953295e 0.05 MB 29 8
289,247 289,247 000000000000000084fab33d44cc84e14eb6b185d0c1c62cf3f950437d7c0202 0.30 MB 537 55
289,246 289,246 00000000000000000a2c608c19c81d582e5a9059a0c0408f0e5f9617e8a2d7f6 0.06 MB 122 38
289,245 289,245 00000000000000007d7ed923345ca9f7a5412ad3606f0296ccfac2a4372b1a8d 0.29 MB 415 31
289,244 289,244 0000000000000000ef281ee0f6799f7f72d49e827366f96dd900a43cf7866a08 0.10 MB 190 29
289,243 289,243 000000000000000034f51c283f360619959e00fbc5792e3563ea29ac9c01e170 0.25 MB 387 29
289,242 289,242 0000000000000000707cab1d6272ef7739bed064c14d168b5d4e3ed14b6dac33 0.29 MB 265 28
289,241 289,241 000000000000000039ee9c75ce54b1f523d4e69a95fdd629430326550b8a42af 0.28 MB 250 20
289,240 289,240 00000000000000007053f3dcf7894e1179049635042b427d7077bfaeac3a6d97 0.17 MB 258 38
289,239 289,239 0000000000000000616db9560a8d5d9404f01124aba7dc46a478400e4f9d983a 0.57 MB 1,118 40
289,238 289,238 000000000000000007e466ab11aab038e392b3bfeb45b97b367d1bffa8839d06 0.24 MB 254 20
289,237 289,237 0000000000000000df557d0d14793883c81dc8e6dc089ff8b14e2c281d75fe09 0.09 MB 256 63
289,236 289,236 0000000000000000c1aa4db2948ddf5839c095d6dcc810d9452e3ea38131578d 0.50 MB 773 28
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.71 GB sent, 94.45 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.