Memory Pool Memory Pool Refreshing

5,032 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (601,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,321 306,321 000000000000000029967fac4b8edd040180a1ccb0d8a66c596d0b2efbd7ce86 0.04 MB 29 6
306,320 306,320 00000000000000000252953d43f27fe28fca4d9f6e049c3d1face212017dcbd8 0.21 MB 387 29
306,319 306,319 0000000000000000180b64b95966c9e82875901e5bfef7821d92846e121d3251 0.02 MB 50 20
306,318 306,318 000000000000000049d95cc5b23f95f49ebffdbfdf8770f4f2128fc63f54a294 0.16 MB 352 34
306,317 306,317 0000000000000000121a6dfb3f12c5ccebecd2c51a73a0bb015f2388d2f5b15c 0.16 MB 268 29
306,316 306,316 0000000000000000148ba070ec69df85175fdd4597e2f95a8e71152e60235770 0.20 MB 312 31
306,315 306,315 0000000000000000304aaeb1fd331e5f6209252bd94322f0a1542604d554b096 0.35 MB 740 33
306,314 306,314 00000000000000002ab8bd21234a2f57f52b9d3a9a1316b913fed14a292ad15f 0.04 MB 114 36
306,313 306,313 000000000000000029c89c41ca3af01f6d3ff8a9fdc5fb250af71637b23be5de 0.04 MB 33 7
306,312 306,312 000000000000000031a107c4464b772e824543df8f265fd2b99d6359cdb2cc9d 0.10 MB 195 31
306,311 306,311 000000000000000034a2ab4a40533fe36ab6b7fa6c114b619e85861c09606c93 0.34 MB 491 24
306,310 306,310 000000000000000057fe8147ff2483ed71775e8f451b78d7ec88a70667d05c8e 0.09 MB 107 15
306,309 306,309 000000000000000009e411a12494dabf2c9975575b6d532a4b4f7304c840e5e1 0.20 MB 383 28
306,308 306,308 00000000000000004504e3c26d23faa2ddf4fc31d71f0422a698018adef13eee 0.07 MB 120 30
306,307 306,307 00000000000000003b10440b27a1a0aa0a3734a8a0763d64c4495ae17451937a 0.13 MB 206 21
306,306 306,306 00000000000000003c2d5111cdd5a2e894019c1ad4e880ad473e20896c9c60ce 0.08 MB 201 35
306,305 306,305 00000000000000005ccbb26e111fc2fabdb0b41361559563438a753370017973 0.37 MB 476 24
306,304 306,304 000000000000000001a3ec7eceee6ba8fb695ef5ab9449e8452714c7f7111dd7 0.17 MB 231 20
306,303 306,303 00000000000000002c23e9289d63bd9899a0c2c25e36b20680f951f9624fbdba 0.12 MB 255 32
306,302 306,302 0000000000000000365dcaee2db6b7a186a2c183ba79195e72372e9e6ada9a31 0.26 MB 506 33
306,301 306,301 000000000000000041cd2630b59464cbb6af101acab056c5d939fbef40e38d94 0.07 MB 40 6
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.