Memory Pool Memory Pool Refreshing

6,435 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,348 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (21,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,214 886,214 00000000000000000000259526a5e6e5dbf0a9b19130c6fe86ea9fffbc3f45f9 1.56 MB 3,486 5
886,213 886,213 000000000000000000015d4214be8df76708703abe0225e55c5868d48ad153f3 1.47 MB 1,369 2
886,212 886,212 000000000000000000003b97723d5111002ba247402b4ca569d045ab13ff45cc 1.61 MB 3,285 6
886,211 886,211 0000000000000000000220ab145808339db2215986e97ea28bb7c7f9d2b44fe5 1.56 MB 3,429 4
886,210 886,210 00000000000000000001702db5155e4e3e872d7856d277b2259a271642561a0b 1.50 MB 3,573 5
886,209 886,209 00000000000000000001e1539a7da548718b0731bdedf5ad948e86edc7bdff35 1.53 MB 3,496 5
886,208 886,208 0000000000000000000146f5b5350903f3d1f0798e9c7348b697eff184b5c370 1.86 MB 2,514 1
886,207 886,207 0000000000000000000159fe58d919bf09ecb6a719d9482944f568b6866dfd08 1.70 MB 2,887 4
886,206 886,206 00000000000000000002158cedc295ada967f21f7e01f6610bef66dbe8d1ca79 2.06 MB 1,947 1
886,205 886,205 00000000000000000000aaee11533b5f54404eff6421569efcd07a8b69e7737e 1.53 MB 3,007 3
886,204 886,204 000000000000000000002a60937a7118ef14321e4153fd1e3c01ce7acbd068eb 1.59 MB 3,602 6
886,203 886,203 000000000000000000016c744855c47d17d04e5d45328bca63a170ca6931e773 1.56 MB 3,354 5
886,202 886,202 0000000000000000000001e3a4933ef4e5d57aa89af968933c3259d58b8dabe2 1.56 MB 3,216 3
886,201 886,201 00000000000000000000f6e89edc70e47f3d67af20044578079f816530b844c0 1.84 MB 2,408 1
886,200 886,200 00000000000000000000567afc61424e7f52780c8958b8d550b2f3a3917746dc 1.49 MB 2,213 4
886,199 886,199 000000000000000000010b683f08b7e0c99df05d971e01d34708a680ef45fe5e 1.82 MB 1,881 1
886,198 886,198 0000000000000000000255136f558ecf23c239f49d10f6cb1b095783f4752f4d 2.06 MB 1,102 1
886,197 886,197 00000000000000000001abc0d6022fbe03db77fc1db6523b537a24707297c472 1.55 MB 3,204 3
886,196 886,196 00000000000000000000b7af99033006eb070c55257749d2630140111b1fa664 2.07 MB 715 1
886,195 886,195 0000000000000000000234aff2e4fc8b7469ae18e147b7d075e1494dd6af4214 1.78 MB 2,886 2
886,194 886,194 000000000000000000020b33f625cfe33ae3f7a10a1b66a329c6b7c4698b5d1f 1.73 MB 3,371 2
Previous 10 blocks ↓
Total Size: 769.27 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,635.31 GB sent, 94.25 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.